Skip to content

Commit 5b568cc

Browse files
authored
🚑️ Docker build failing after specifying prod env
1 parent 33197b7 commit 5b568cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ FROM node:lts-alpine
44
ENV PORT 80
55
ENV DIRECTORY /app
66
ENV IS_DOCKER true
7-
ENV NODE_ENV production
87

98
# Create and set the working directory
109
WORKDIR ${DIRECTORY}

0 commit comments

Comments
 (0)