Dokku deployment hell

This commit is contained in:
Dmitriy Shishkov 2021-07-17 23:15:11 +03:00
parent 87139bd358
commit 44973de80d
No known key found for this signature in database
GPG Key ID: 14358F96FCDD8060

View File

@ -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", "."]