mirror of
https://github.com/Rushilwiz/crucialnet.git
synced 2025-04-09 22:00:17 -04:00
4 lines
84 B
Docker
4 lines
84 B
Docker
from nginx:alpine
|
|
COPY public/ /usr/share/nginx/html
|
|
ADD nginx.conf /etc/nginx.conf
|