Remove redundant EXPOSE from DockerFile

This commit is contained in:
Sayantan Santra 2023-04-08 18:19:37 -05:00
parent cc066c0716
commit 3a2b1acf49
1 changed files with 0 additions and 1 deletions

View File

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