Changed volume to allow entire web directory
This commit is contained in:
@@ -53,7 +53,7 @@ RUN mkdir -p /var/www \
|
|||||||
|
|
||||||
COPY /entrypoint.sh /
|
COPY /entrypoint.sh /
|
||||||
|
|
||||||
VOLUME /var/www/user
|
VOLUME /var/www/
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
CMD ["sh", "/entrypoint.sh"]
|
CMD ["sh", "/entrypoint.sh"]
|
||||||
Reference in New Issue
Block a user