mirror of https://github.com/portainer/portainer
feat(project): add alpine based Dockerfile (#3759)
parent
fee20248ea
commit
3d5bdab620
|
@ -0,0 +1,7 @@
|
||||||
|
FROM alpine:latest
|
||||||
|
COPY dist /
|
||||||
|
VOLUME /data
|
||||||
|
WORKDIR /
|
||||||
|
EXPOSE 9000
|
||||||
|
|
||||||
|
ENTRYPOINT ["/portainer"]
|
Loading…
Reference in New Issue