From 1977117ddebb5b64645cfe119bc82f9e69d3bd80 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Sun, 23 Oct 2022 17:55:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Dockerfile=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21315d3..508c385 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ COPY --from=builder /app/package*.json ./ COPY --from=builder /app/dist ./dist EXPOSE 3000 -CMD [ "npm", "run", "start:prod" ] +CMD [ "npm", "run", "start" ]