mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
3 lines
55 B
Docker
3 lines
55 B
Docker
FROM nginx:1.19
|
|
COPY _build/html /usr/share/nginx/html
|