mirror of
https://github.com/element-hq/element-call.git
synced 2026-04-25 13:12:20 +00:00
5 lines
112 B
Docker
5 lines
112 B
Docker
FROM nginxinc/nginx-unprivileged:alpine
|
|
|
|
COPY ./dist /app
|
|
COPY config/nginx.conf /etc/nginx/conf.d/default.conf
|