Merge pull request #276 from herzkerl/patch-1

Including an EXPOSE instruction in the Dockerfile
This commit is contained in:
Kailash Nadh 2021-02-20 13:30:49 +05:30 committed by GitHub
commit d66227256a
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