fix serve
This commit is contained in:
parent
33f742e57d
commit
7d32f0cca6
|
@ -23,4 +23,4 @@ RUN npm run build
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
|
|
||||||
CMD ["sh", "-c", "npm start"]
|
CMD ["sh", "-c", "npm run serve"]
|
||||||
|
|
Reference in New Issue