Update Dockerfile
This commit is contained in:
@@ -2,7 +2,7 @@ FROM nginx:alpine
|
||||
|
||||
RUN rm -rf /usr/share/nginx/html/*
|
||||
|
||||
COPY ["Profice WebSite/", "/var/www/html/sites/"]
|
||||
COPY ["Profice WebSite/", "/var/www/html/"]
|
||||
|
||||
RUN chmod -R 755 /usr/share/nginx/html/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user