From 5b568ccac043d667dec8dcaba0b507061c2bc5c8 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 21 Jun 2021 16:20:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20Docker=20build=20failin?= =?UTF-8?q?g=20after=20specifying=20prod=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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}