mirror of
https://github.com/bakhirev/assayo.git
synced 2025-04-25 19:19:14 +00:00
3 lines
85 B
Docker
3 lines
85 B
Docker
FROM nginx
|
|
COPY build /usr/share/nginx/html
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|