mirror of
https://github.com/etkecc/synapse-admin.git
synced 2024-11-21 07:15:20 +03:00
5 lines
91 B
Docker
5 lines
91 B
Docker
FROM ghcr.io/static-web-server/static-web-server:2
|
|
|
|
ENV SERVER_ROOT=/app
|
|
|
|
COPY ./dist /app
|