mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 07:38:36 -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
|
FROM frolvlad/alpine-glibc:latest
|
||||||
|
|
||||||
EXPOSE 2000
|
|
||||||
RUN apk add sqlite-libs
|
RUN apk add sqlite-libs
|
||||||
|
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
|
|
Loading…
Reference in a new issue