fixing dockerfile
This commit is contained in:
parent
e2a281c178
commit
c282787724
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ COPY --from=build /app/serve.json /public/serve.json
|
||||||
ENV PORT 5000
|
ENV PORT 5000
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
CMD [ "serve" "public/" "-p" "5000" ]
|
CMD [ "serve", "public/", "-p", "5000" ]
|
||||||
|
|
Loading…
Reference in a new issue