3 lines
76 B
Docker
3 lines
76 B
Docker
FROM nginx:alpine
|
|
COPY "./Profice WebSite/" /usr/share/nginx/html/
|
|
EXPOSE 80 |