mirror of
https://github.com/bakhirev/assayo.git
synced 2025-02-22 04:52:21 +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
|