stacker.news/chat-web/Dockerfile

5 lines
144 B
Docker
Raw Permalink Normal View History

2024-04-13 00:14:36 +00:00
# use vectorim/element-web as base but copy config.json to /app/config.json
FROM vectorim/element-web:latest
COPY config.json /app/config.json