This website requires JavaScript.
Explore
Help
Sign In
Portainer
/
portainer
mirror of
https://github.com/portainer/portainer.git
Watch
1
Star
0
Fork
You've already forked portainer
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3422662191
portainer
/
build
/
linux
/
Dockerfile
12 lines
98 B
Docker
Raw
Blame
History
FROM
portainer/base
COPY
dist /
VOLUME
/data
WORKDIR
/
EXPOSE
9000
ENTRYPOINT
[
"/portainer"
]
Reference in New Issue
View Git Blame
Copy Permalink