Add mapping of /usr for package persistence & /scripts for user stuff

This commit is contained in:
ajnouri 2018-01-31 03:33:05 +01:00
parent 76748120c4
commit b3a69266aa

View File

@ -53,4 +53,4 @@ ADD pycharm-run /etc/sv/pycharm/run
RUN chmod a+x /etc/sv/pycharm/run
RUN ln -s /etc/sv/pycharm /etc/service
VOLUME /root /scripts
VOLUME ["/root", "/usr/", "/scripts"]