mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-25 23:28:37 -06:00
Remove redundant EXPOSE from DockerFile
This commit is contained in:
parent
cc066c0716
commit
3a2b1acf49
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ RUN cargo build --release
|
|||
|
||||
FROM frolvlad/alpine-glibc:latest
|
||||
|
||||
EXPOSE 2000
|
||||
RUN apk add sqlite-libs
|
||||
|
||||
WORKDIR /opt
|
||||
|
|
Loading…
Reference in a new issue