Files
snake/Dockerfile

4 lines
94 B
Docker

FROM nginx
COPY public /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/default.conf