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:
parent
0bc3dcc687
commit
3006dbbb21
@ -15,7 +15,9 @@ COPY --from=builder /app/package.json .
|
|||||||
COPY --from=builder /app/yarn.lock .
|
COPY --from=builder /app/yarn.lock .
|
||||||
COPY --from=builder /app/next.config.js .
|
COPY --from=builder /app/next.config.js .
|
||||||
COPY --from=builder /app/public ./public
|
COPY --from=builder /app/public ./public
|
||||||
|
COPY --from=builder /app/.next/standalone ./
|
||||||
COPY --from=builder /app/.next/static ./.next/static
|
COPY --from=builder /app/.next/static ./.next/static
|
||||||
|
|
||||||
COPY entrypoint.sh .
|
COPY entrypoint.sh .
|
||||||
|
|
||||||
RUN apk add --no-cache --upgrade bash
|
RUN apk add --no-cache --upgrade bash
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
diff --git a/next.config.js b/next.config.js
|
diff --git a/next.config.js b/next.config.js
|
||||||
index 2801090..4b5fabe 100644
|
index 4a208ebb..9c716638 100644
|
||||||
--- a/next.config.js
|
--- a/next.config.js
|
||||||
+++ b/next.config.js
|
+++ b/next.config.js
|
||||||
|
@@ -1,6 +1,7 @@
|
||||||
|
/** @type {import('next').NextConfig} */
|
||||||
|
|
||||||
|
const nextConfig = {
|
||||||
|
+ output: 'standalone',
|
||||||
|
reactStrictMode: true,
|
||||||
|
images: {
|
||||||
|
domains: [
|
||||||
|
Loading…
Reference in New Issue
Block a user