Przeglądaj źródła

Merge pull request #276 from herzkerl/patch-1

Including an EXPOSE instruction in the Dockerfile
Kailash Nadh 4 lat temu
rodzic
commit
d66227256a
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

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