Release 0.1.0
This commit is contained in:
parent
0701f9a69c
commit
4fcbecbe7a
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ RUN npm install --global "@warren-bank/serve"
|
|||
COPY --from=build /app/dist /public
|
||||
COPY --from=build /app/serve.json /public/serve.json
|
||||
|
||||
ENV PORT 5000
|
||||
EXPOSE 5000
|
||||
ENV PORT 8081
|
||||
EXPOSE 8081
|
||||
|
||||
CMD [ "serve", "public/", "-p", "5000" ]
|
||||
CMD [ "serve", "public/", "-p", "8081" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue