We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33197b7 commit 5b568ccCopy full SHA for 5b568cc
Dockerfile
@@ -4,7 +4,6 @@ FROM node:lts-alpine
4
ENV PORT 80
5
ENV DIRECTORY /app
6
ENV IS_DOCKER true
7
-ENV NODE_ENV production
8
9
# Create and set the working directory
10
WORKDIR ${DIRECTORY}
0 commit comments