mirror of
https://github.com/Rushilwiz/hoco2021.git
synced 2025-04-04 11:20:17 -04:00
5 lines
127 B
Docker
5 lines
127 B
Docker
from nginx:alpine
|
|
COPY public/ /usr/share/nginx/html
|
|
ADD nginx.conf /etc/nginx/nginx.conf
|
|
ADD mime.types /etc/nginx/mime.types
|