mirror of
https://github.com/Rushilwiz/crucialnet.git
synced 2025-04-03 19:30:16 -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
|