From 7559716c5de20ad9d95b1d2a403a9df86d2d7d25 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 26 Aug 2023 14:40:20 +0100 Subject: [PATCH] Update the start command in the Dockerfile #33 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33c3df7..9811a32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN npm install --force RUN npm run build EXPOSE ${PORT:-3000} ENV CHROME_PATH='/usr/bin/chromium' -CMD ["npm", "start"] +CMD ["npm", "run", "serve"]