mirror of
https://github.com/goharbor/harbor.git
synced 2025-03-14 07:29:26 +01:00
Merge pull request #5669 from ywk253100/180820_chart
Add VOLUME definition in Dockerfile of chart museum
This commit is contained in:
commit
da2dea11cd
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user