Run as preview, don't start as dev
This commit is contained in:
parent
1e83a3ed32
commit
01c0e42158
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ COPY . .
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
EXPOSE 2014
|
EXPOSE 2014
|
||||||
CMD npm run build && npm start
|
CMD npm run build && npm run preview
|
Loading…
Reference in a new issue