diff --git a/Dockerfile b/Dockerfile index 2aa8b52..824bfe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,4 +61,4 @@ ENV DATABASE_URL="" ENTRYPOINT ["dumb-init", "--"] # Start the application with environment file support -CMD ["node", "--env-file=.env", "build"] +CMD ["node", "build"]