mirror of
https://github.com/bakhirev/assayo.git
synced 2025-01-19 00:47:48 +00:00
4 lines
85 B
Docker
4 lines
85 B
Docker
|
FROM nginx
|
||
|
COPY build /usr/share/nginx/html
|
||
|
COPY nginx.conf /etc/nginx/nginx.conf
|