5 lines
83 B
Docker
5 lines
83 B
Docker
FROM nginx:alpine
|
|
|
|
COPY ["./Profice WebSite/", "/usr/share/nginx/html/"]
|
|
|
|
EXPOSE 80 |