Update the start command in the Dockerfile #33

This commit is contained in:
Alicia Sykes 2023-08-26 14:40:20 +01:00
parent 63d09738d2
commit 7559716c5d

View File

@ -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"]