1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

fix(binary): persist CSRF auth file in a volume (#22)

* fix(binary): persist CSRF auth file in a volume

* docs(options): document the `-data` option
This commit is contained in:
Anthony Lapenna 2016-06-29 18:08:50 +12:00 committed by GitHub
parent aa3fda6de9
commit 5d0af27a3f
4 changed files with 11 additions and 6 deletions

View file

@ -2,5 +2,7 @@ FROM scratch
COPY dist /
VOLUME /data
EXPOSE 9000
ENTRYPOINT ["/ui-for-docker"]