Legger med env

This commit is contained in:
Håkon Størdal 2025-09-03 00:48:35 +02:00
parent 7518d19049
commit 3405676d83

View file

@ -61,4 +61,4 @@ ENV DATABASE_URL=""
ENTRYPOINT ["dumb-init", "--"] ENTRYPOINT ["dumb-init", "--"]
# Start the application with environment file support # Start the application with environment file support
CMD ["node", "--env-file=.env", "build"] CMD ["node", "build"]