Update Dockerfile
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY ["./Profice WebSite/", "/usr/share/nginx/html/"]
|
||||
RUN rm -rf /usr/share/nginx/html/*
|
||||
|
||||
COPY ["Profice WebSite/", "/usr/share/nginx/html/"]
|
||||
|
||||
RUN ls -la /usr/share/nginx/html/
|
||||
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user