diff --git a/Dockerfile.prod b/Dockerfile.prod index 8a872f8..9b848ae 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -26,6 +26,8 @@ EXPOSE 80 HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD curl -f http://localhost:80/healthz || exit 1 +# asdf + ENV APP_ENV production CMD ["node", "--no-warnings", "dist/src/server.js"]