mirror of
https://github.com/meshtastic/web.git
synced 2026-03-11 18:38:35 -04:00
5 lines
91 B
Docker
5 lines
91 B
Docker
FROM registry.access.redhat.com/ubi9/nginx-122:1-45
|
|
|
|
ADD dist .
|
|
|
|
CMD nginx -g "daemon off;" |