fix dockerfile port

This commit is contained in:
Jon Roeber 2023-02-27 11:27:19 -05:00
parent 14349632a8
commit 41e0a021f6

View File

@ -14,5 +14,5 @@ FROM alpine:3.17.0
WORKDIR / WORKDIR /
COPY --from=builder /reqlog . COPY --from=builder /reqlog .
EXPOSE 3000 EXPOSE 8080
CMD [ "/reqlog" ] CMD [ "/reqlog" ]