4 lines
116 B
Docker
4 lines
116 B
Docker
FROM nginx:alpine
|
|
COPY nginx/conf.d/wp-suite.conf /etc/nginx/conf.d/wp-suite.conf
|
|
COPY html/ /usr/share/nginx/html/
|