tweaks to docker file to add volume support
This commit is contained in:
@@ -78,6 +78,9 @@ ADD ./supervisord.conf /etc/supervisord.conf
|
||||
ADD ./start.sh /start.sh
|
||||
RUN chmod 755 /start.sh
|
||||
|
||||
# Setup Volume
|
||||
VOLUME ["/usr/share/nginx/html"]
|
||||
|
||||
# Expose Ports
|
||||
EXPOSE 443
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user