mirror of
https://github.com/Lissy93/web-check.git
synced 2025-05-28 14:17:54 +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
|
||||
EXPOSE ${PORT:-3000}
|
||||
ENV CHROME_PATH='/usr/bin/chromium'
|
||||
CMD ["npm", "start"]
|
||||
CMD ["npm", "run", "serve"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user