mirror of
https://github.com/xodio/xod.git
synced 2026-03-14 20:56:52 +01:00
3 lines
45 B
Docker
3 lines
45 B
Docker
FROM nginx
|
|
COPY dist/ /usr/share/nginx/html/
|