Merge pull request #276 from herzkerl/patch-1
Including an EXPOSE instruction in the Dockerfile
This commit is contained in:
commit
d66227256a
|
@ -5,3 +5,4 @@ COPY listmonk .
|
|||
COPY config.toml.sample config.toml
|
||||
COPY config-demo.toml .
|
||||
CMD ["./listmonk"]
|
||||
EXPOSE 9000
|
||||
|
|
Loading…
Reference in New Issue