From 9e2689e0524a08e2123df2aebfb6a0705c58f81a Mon Sep 17 00:00:00 2001 From: Woodson Gates <43043100+faultoverload@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:55:35 -0400 Subject: [PATCH] Update Dockerfile Co-authored-by: Robert Dyer --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6aeed7..c42215f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY . . RUN npm install RUN npm update # Define environment variable -ENV NODE_ENV production +ENV NODE_ENV=production # Run the app when the container launches ENTRYPOINT ["tail", "-f", "/dev/null"]