deploy stuff, envs

This commit is contained in:
2025-06-22 06:46:44 +02:00
parent d31b0275e5
commit a55b248e1b
5 changed files with 16 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ COPY --from=prod-deps /app/node_modules ./node_modules
COPY --from=build /app/dist ./dist
ENV HOST=0.0.0.0
ENV PORT=4321
ENV PORT=4123
EXPOSE 4321
EXPOSE 4123
CMD node ./dist/server/entry.mjs