1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 13:27:03 -05:00

Remove redundant EXPOSE from DockerFile

This commit is contained in:
Sayantan Santra 2023-04-08 18:19:37 -05:00
parent cc066c0716
commit 3a2b1acf49

View file

@ -16,7 +16,6 @@ RUN cargo build --release
FROM frolvlad/alpine-glibc:latest
EXPOSE 2000
RUN apk add sqlite-libs
WORKDIR /opt