浏览代码

Including an EXPOSE instruction in the Dockerfile

Ben 4 年之前
父节点
当前提交
31ce55a3a1
共有 1 个文件被更改,包括 1 次插入0 次删除
  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