mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 06:26:58 +03:00
a first stab at a docker compose up matrix 2.0 stack
This commit is contained in:
4
init/Dockerfile
Normal file
4
init/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM alpine:latest
|
||||
|
||||
# TODO: check this doesn't reinstall yq on every launch and use a builder if necessary
|
||||
RUN apk update && apk add yq bash envsubst
|
||||
Reference in New Issue
Block a user