mirror of
https://github.com/bakhirev/assayo.git
synced 2025-01-18 16:37:50 +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
|