Merge pull request #5672 from ywk253100/180820_chart_1.6

[Cherry-pick]Add VOLUME definition in Dockerfile of chart museum
This commit is contained in:
Daniel Jiang 2018-08-22 16:18:04 +08:00 committed by GitHub
commit abc07b7e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ RUN tdnf distro-sync -y \
COPY ./binary/chartm /chartserver/
COPY docker-entrypoint.sh /docker-entrypoint.sh
VOLUME ["/chart_storage"]
EXPOSE 9999
RUN chown -R 10000:10000 /chartserver \