mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 05:13:11 -06:00
Build the base image again
This commit is contained in:
parent
a2595df48a
commit
fce080acfa
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
cd $(git rev-parse --show-toplevel)
|
||||
|
||||
#docker build -f docker/hub/Dockerfile -t matrixdotorg/dendrite:latest .
|
||||
docker build -f docker/hub/Dockerfile -t matrixdotorg/dendrite:latest .
|
||||
|
||||
docker build -t matrixdotorg/dendrite:clientapi --build-arg component=dendrite-client-api-server -f docker/hub/Dockerfile.component .
|
||||
docker build -t matrixdotorg/dendrite:clientproxy --build-arg component=client-api-proxy -f docker/hub/Dockerfile.component .
|
||||
|
|
|
|||
Loading…
Reference in a new issue