dfydligyduhgfyldsfghkygrhr
This commit is contained in:
parent
02f4164cd7
commit
57ed52ab57
|
@ -24,7 +24,6 @@ COPY . .
|
||||||
|
|
||||||
ENV NEXT_TELEMETRY_DISABLED 1
|
ENV NEXT_TELEMETRY_DISABLED 1
|
||||||
|
|
||||||
ENV CREDENTIALS_DB_PATH=balls
|
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# Production image, copy all the files and run next
|
# Production image, copy all the files and run next
|
||||||
|
@ -58,4 +57,4 @@ ENV HOSTNAME "0.0.0.0"
|
||||||
|
|
||||||
# server.js is created by next build from the standalone output
|
# server.js is created by next build from the standalone output
|
||||||
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
|
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
|
||||||
CMD ["node", "start"]
|
CMD ["node", "server.js"]
|
Loading…
Reference in a new issue