diff --git a/make/photon/chartserver/Dockerfile b/make/photon/chartserver/Dockerfile index f06c03609..5522422e2 100644 --- a/make/photon/chartserver/Dockerfile +++ b/make/photon/chartserver/Dockerfile @@ -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 \