1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

feat(docker): expose port 8000 in Dockerfile (#4016)

This commit is contained in:
Anthony Lapenna 2020-07-08 14:13:35 +12:00 committed by GitHub
parent c778ef6404
commit cd475a5338
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 2 deletions

View file

@ -5,5 +5,6 @@ COPY dist /
WORKDIR /
EXPOSE 9000
EXPOSE 8000
ENTRYPOINT ["/portainer.exe"]