Including an EXPOSE instruction in the Dockerfile

This commit is contained in:
Ben 2021-02-19 18:34:09 +01:00 committed by GitHub
parent 8779c49660
commit 31ce55a3a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ COPY listmonk .
COPY config.toml.sample config.toml
COPY config-demo.toml .
CMD ["./listmonk"]
EXPOSE 9000