mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
chore: add command to build images
This commit is contained in:
parent
cab891a4b9
commit
f2316a0c7e
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ tasks:
|
|||
docker pull adminer &&
|
||||
docker pull composer:2.0 &&
|
||||
docker pull node:16.13.2-alpine3.15 &&
|
||||
docker pull php:8.0.14-cli-alpine3.15
|
||||
docker pull php:8.0.14-cli-alpine3.15 &&
|
||||
docker-compose build
|
||||
command: |
|
||||
docker-compose up -d
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Reference in a new issue