4 lines
91 B
Docker
4 lines
91 B
Docker
FROM nginx
|
|
COPY html/ /usr/share/nginx/html
|
|
COPY d3vyce.conf /etc/nginx/conf.d/d3vyce.conf
|