Skip to content

Commit

Permalink
Merge pull request #276 from herzkerl/patch-1
Browse files Browse the repository at this point in the history
Including an EXPOSE instruction in the Dockerfile
  • Loading branch information
knadh authored Feb 20, 2021
2 parents 8779c49 + 31ce55a commit d662272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ COPY listmonk .
COPY config.toml.sample config.toml
COPY config-demo.toml .
CMD ["./listmonk"]
EXPOSE 9000

0 comments on commit d662272

Please sign in to comment.