1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00
portainer/build/linux/alpine.Dockerfile

12 lines
108 B
Text
Raw Normal View History

FROM alpine:latest
COPY dist /
VOLUME /data
WORKDIR /
EXPOSE 9000
EXPOSE 8000
ENTRYPOINT ["/portainer"]