* fix(binary): persist CSRF auth file in a volume * docs(options): document the `-data` option
9 lines
83 B
Docker
9 lines
83 B
Docker
FROM scratch
|
|
|
|
COPY dist /
|
|
|
|
VOLUME /data
|
|
|
|
EXPOSE 9000
|
|
ENTRYPOINT ["/ui-for-docker"]
|