Changed syntax on Volume declaration

This commit is contained in:
William Miceli
2019-06-01 12:19:15 -04:00
parent 5c67e9d3b6
commit a4b905b165

View File

@@ -49,7 +49,7 @@ RUN sed -i 's/root \/home\/USER\/www\/html/root \/var\/www/g' /etc/nginx/conf.d/
COPY /entrypoint.sh /
VOLUME ["/var/www/user"]
VOLUME /var/www/user
EXPOSE 80
CMD ["sh", "/entrypoint.sh"]