Skip to content

Commit

Permalink
updating docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shubh committed May 23, 2024
1 parent 2109e2f commit 11e3daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY . .
# EXPOSE 8080

# Define environment variable for the path to .env file.
ENV NODE_ENV=production
# ENV NODE_ENV=production

# Command to run the application.
CMD ["node", "index.js"]
Expand Down

0 comments on commit 11e3daf

Please sign in to comment.