mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-10 09:02:36 +08:00
Including an EXPOSE instruction in the Dockerfile
This commit is contained in:
parent
8779c49660
commit
31ce55a3a1
1 changed files with 1 additions and 0 deletions
|
@ -5,3 +5,4 @@ COPY listmonk .
|
|||
COPY config.toml.sample config.toml
|
||||
COPY config-demo.toml .
|
||||
CMD ["./listmonk"]
|
||||
EXPOSE 9000
|
||||
|
|
Loading…
Reference in a new issue