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