1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(project): add alpine based Dockerfile (#3759)

This commit is contained in:
Anthony Lapenna 2020-04-27 13:46:12 +12:00 committed by GitHub
parent fee20248ea
commit 3d5bdab620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,7 @@
FROM alpine:latest
COPY dist /
VOLUME /data
WORKDIR /
EXPOSE 9000
ENTRYPOINT ["/portainer"]