mirror of
https://github.com/Lissy93/web-check.git
synced 2025-05-29 22:49:03 +02:00
Update the start command in the Dockerfile #33
This commit is contained in:
parent
63d09738d2
commit
7559716c5d
@ -10,4 +10,4 @@ RUN npm install --force
|
|||||||
RUN npm run build
|
RUN npm run build
|
||||||
EXPOSE ${PORT:-3000}
|
EXPOSE ${PORT:-3000}
|
||||||
ENV CHROME_PATH='/usr/bin/chromium'
|
ENV CHROME_PATH='/usr/bin/chromium'
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "run", "serve"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user