mirror of
https://github.com/m0wer/tiddlywiki-docker.git
synced 2026-01-23 02:24:25 +00:00
chore(Dockerfile): Remove unnecessary expose
This `EXPOSE` is probably not needed and it's more flexible to use the `-p` flag in `docker run`.
This commit is contained in:
parent
5687667a91
commit
fbfdfdbd3d
1 changed files with 0 additions and 1 deletions
|
|
@ -11,4 +11,3 @@ ADD init-and-run-wiki /usr/local/bin/init-and-run-wiki
|
|||
|
||||
# Meta
|
||||
CMD ["/usr/local/bin/init-and-run-wiki"]
|
||||
EXPOSE 8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue