dfydligyduhgfyldsfghkygrhr

This commit is contained in:
Lea 2024-01-17 12:57:38 +01:00
parent 02f4164cd7
commit 57ed52ab57
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -24,7 +24,6 @@ COPY . .
ENV NEXT_TELEMETRY_DISABLED 1
ENV CREDENTIALS_DB_PATH=balls
RUN npm run build
# 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
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
CMD ["node", "start"]
CMD ["node", "server.js"]