Browse Source

add volume for patchpanel

Jan Behrens 4 years ago
parent
commit
f937258aec
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -29,6 +29,8 @@ RUN rm -rf /var/www/html/*
 ADD . /var/www/html
 RUN chown -R ${APACHE_RUN_USER} /var/www/html
 
+VOLUME /var/www/html/patchpanel/data
+
 USER ${APACHE_RUN_USER}
 
 EXPOSE 80