🚑️ Docker build failing after specifying prod env

This commit is contained in:
Alicia Sykes 2021-06-21 16:20:43 +01:00 committed by GitHub
parent 33197b7a18
commit 5b568ccac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ FROM node:lts-alpine
ENV PORT 80
ENV DIRECTORY /app
ENV IS_DOCKER true
ENV NODE_ENV production
# Create and set the working directory
WORKDIR ${DIRECTORY}