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
|
RUN npm install serve -g --silent
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/build .
|
COPY --from=builder /app/build .
|
||||||
EXPOSE 5000
|
EXPOSE 80
|
||||||
CMD ["serve", "-p", "5000", "-s", "."]
|
CMD ["serve", "-p", "80", "-s", "."]
|
Loading…
x
Reference in New Issue
Block a user