Including an EXPOSE instruction in the Dockerfile
This commit is contained in:
parent
8779c49660
commit
31ce55a3a1
|
@ -5,3 +5,4 @@ COPY listmonk .
|
||||||
COPY config.toml.sample config.toml
|
COPY config.toml.sample config.toml
|
||||||
COPY config-demo.toml .
|
COPY config-demo.toml .
|
||||||
CMD ["./listmonk"]
|
CMD ["./listmonk"]
|
||||||
|
EXPOSE 9000
|
||||||
|
|
Loading…
Reference in New Issue