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

pull/3770/head
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
1 changed files with 7 additions and 0 deletions

View File

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