Muhammad Sulaiman Yusuf
2 years ago
2 changed files with 4 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||||||
FROM nginx:alpine |
FROM nginx:alpine |
||||||
COPY ./src /usr/share/nginx/html |
COPY ./ /usr/share/nginx/html |
||||||
WORKDIR /usr/share/nginx/html |
WORKDIR /usr/share/nginx/html |
||||||
EXPOSE 80 |
EXPOSE 80 |
||||||
|
Loading…
Reference in new issue