Dokku deployment hell

This commit is contained in:
2021-07-17 23:15:11 +03:00
parent 87139bd358
commit 44973de80d

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