Browse Source

Merge pull request #276 from herzkerl/patch-1

Including an EXPOSE instruction in the Dockerfile
Kailash Nadh 4 years ago
parent
commit
d66227256a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

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