fix serve

This commit is contained in:
Karol Wypchlo 2021-04-01 22:35:56 +02:00
parent 33f742e57d
commit 7d32f0cca6
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ RUN npm run build
EXPOSE 9000
CMD ["sh", "-c", "npm start"]
CMD ["sh", "-c", "npm run serve"]