mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
commit
This commit is contained in:
parent
b51d6e8b16
commit
acfe146c5a
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@ RUN chmod +r /etc/supervisor/conf.d/supervisord.conf
|
|||
COPY config/entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
VOLUME /usr/websoft9/apphub/logs
|
||||
VOLUME /usr/websoft9/apphub/src/conf
|
||||
VOLUME /usr/websoft9/media
|
||||
VOLUME /websoft9/apphub/logs
|
||||
VOLUME /websoft9/apphub/src/conf
|
||||
VOLUME /websoft9/media
|
||||
|
||||
# Clean cache and install files
|
||||
RUN rm -rf apphub/docs apphub/tests library.zip plugin-appstore && \
|
||||
|
|
Loading…
Reference in a new issue