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:
jyusang 2022-07-16 15:16:16 +08:00
parent 5687667a91
commit fbfdfdbd3d

View file

@ -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