mirror of
https://github.com/bakhirev/assayo.git
synced 2024-11-16 08:11:40 +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
|