🚑️ Docker build failing after specifying prod env
This commit is contained in:
@@ -4,7 +4,6 @@ FROM node:lts-alpine
|
|||||||
ENV PORT 80
|
ENV PORT 80
|
||||||
ENV DIRECTORY /app
|
ENV DIRECTORY /app
|
||||||
ENV IS_DOCKER true
|
ENV IS_DOCKER true
|
||||||
ENV NODE_ENV production
|
|
||||||
|
|
||||||
# Create and set the working directory
|
# Create and set the working directory
|
||||||
WORKDIR ${DIRECTORY}
|
WORKDIR ${DIRECTORY}
|
||||||
|
|||||||
Reference in New Issue
Block a user