Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64aece1dbc | |||
| 9231f76c61 | |||
| 4f8f81bc88 | |||
| 077c0603f9 | |||
| 8007898e89 |
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
RUN rm -rf /usr/share/nginx/html/*
|
||||
|
||||
COPY ["Profice WebSite/", "/usr/share/nginx/html/"]
|
||||
|
||||
RUN chmod -R 755 /usr/share/nginx/html/
|
||||
|
||||
EXPOSE 80
|
||||
2156
website-change
Normal file
2156
website-change
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user