Docker CI update (#802)

* fix: fixed transaction messages (#792)

* Open Source + Docker image (#793)

* feat: added dummy charting library

* feat: added docker workflow

* feat: remove tests and code-coverage

* feat: added final TradingView fallback

* env: set private to false

* fix: added production env

* env: added README and LICENSE

* env: cleanup variables

* env: add license field

* env: finish docker setup

* fix: updated the description of the dummy data

* docker: update actions to node 20 (#796)

* docker: added v2 prefix to tags

* fix: Dockerfile update

* fix: updated next-config.patch

* docker: updated patch file
This commit is contained in:
Linkie Link 2024-02-13 21:17:57 +01:00 committed by GitHub
parent 0bc3dcc687
commit 3006dbbb21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View File

@ -15,7 +15,9 @@ COPY --from=builder /app/package.json .
COPY --from=builder /app/yarn.lock .
COPY --from=builder /app/next.config.js .
COPY --from=builder /app/public ./public
COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static
COPY entrypoint.sh .
RUN apk add --no-cache --upgrade bash

View File

@ -1,4 +1,12 @@
diff --git a/next.config.js b/next.config.js
index 2801090..4b5fabe 100644
index 4a208ebb..9c716638 100644
--- a/next.config.js
+++ b/next.config.js
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
+ output: 'standalone',
reactStrictMode: true,
images: {
domains: [