Dokku deployment hell
This commit is contained in:
parent
87139bd358
commit
44973de80d
@ -10,5 +10,5 @@ FROM node:alpine
|
||||
RUN npm install serve -g --silent
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/build .
|
||||
EXPOSE 5000
|
||||
CMD ["serve", "-p", "5000", "-s", "."]
|
||||
EXPOSE 80
|
||||
CMD ["serve", "-p", "80", "-s", "."]
|
Loading…
x
Reference in New Issue
Block a user