mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge branch 'master' of github.com:appwrite/appwrite
This commit is contained in:
commit
25f50b6c36
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ The easiest way to start running your Appwrite server is by running our docker-c
|
|||
```bash
|
||||
mkdir appwrite-ce && \
|
||||
cd appwrite-ce && \
|
||||
curl -o docker-compose.yml https://appwrite.io/docker-compose.yml?version=0.3.0 && \
|
||||
curl -o docker-compose.yml https://appwrite.io/docker-compose.yml?version=0.3.0&port=80 && \
|
||||
docker-compose up -d --remove-orphans
|
||||
```
|
||||
|
||||
|
|
|
|||
2
build.sh
2
build.sh
|
|
@ -15,7 +15,7 @@ fi
|
|||
|
||||
echo 'Starting build...'
|
||||
|
||||
docker build -t appwrite/appwrite:"$1" .
|
||||
docker build --build-arg VERSION="$1" --tag appwrite/appwrite:"$1" .
|
||||
|
||||
echo 'Pushing build to registry...'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue