mirror of
https://github.com/element-hq/element-call.git
synced 2026-04-01 12:36:19 +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
|