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:
parent
fee20248ea
commit
3d5bdab620
1 changed files with 7 additions and 0 deletions
7
build/linux/alpine.Dockerfile
Normal file
7
build/linux/alpine.Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM alpine:latest
|
||||
COPY dist /
|
||||
VOLUME /data
|
||||
WORKDIR /
|
||||
EXPOSE 9000
|
||||
|
||||
ENTRYPOINT ["/portainer"]
|
Loading…
Add table
Add a link
Reference in a new issue