diff --git a/Dockerfile b/Dockerfile index 4495e1ae..034d3a49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}