stacker.news/chat-web/Dockerfile

5 lines
144 B
Docker
Raw Normal View History

2024-04-12 19:14:36 -05: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