This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
portainer
mirror of
https://github.com/portainer/portainer
Watch
1
Star
0
Fork
You've already forked portainer
0
Code
Issues
Releases
Wiki
Activity
22122a27b5
portainer
/
Dockerfile
9 lines
83 B
Docker
Raw
Blame
History
FROM
scratch
COPY
dist /
VOLUME
/data
EXPOSE
9000
ENTRYPOINT
[
"/ui-for-docker"
]
Reference in New Issue
View Git Blame
Copy Permalink