Skip to content

Commit 7559716

Browse files
committed
Update the start command in the Dockerfile Lissy93#33
1 parent 63d0973 commit 7559716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN npm install --force
1010
RUN npm run build
1111
EXPOSE ${PORT:-3000}
1212
ENV CHROME_PATH='/usr/bin/chromium'
13-
CMD ["npm", "start"]
13+
CMD ["npm", "run", "serve"]

0 commit comments

Comments
 (0)