Merge pull request #5669 from ywk253100/180820_chart

Add VOLUME definition in Dockerfile of chart museum
This commit is contained in:
Steven Zou 2018-08-21 10:48:22 +08:00 committed by GitHub
commit da2dea11cd
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 \