1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00

fix: push compiled css

This commit is contained in:
Torsten Dittmann 2022-01-04 17:09:51 +01:00
parent 81e340e52c
commit 5f8c55151f
4 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View file

@ -3,7 +3,7 @@
/node_modules/ /node_modules/
/tests/resources/storage/ /tests/resources/storage/
/app/sdks/* /app/sdks/*
/public/dist/* /public/dist/scripts/
/.idea/ /.idea/
.DS_Store .DS_Store
.php_cs.cache .php_cs.cache

View file

@ -58,7 +58,7 @@ docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \ --volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \ --entrypoint="install" \
appwrite/appwrite:0.11.0 appwrite/appwrite:0.12.0
``` ```
### Windows ### Windows
@ -70,7 +70,7 @@ docker run -it --rm ^
--volume //var/run/docker.sock:/var/run/docker.sock ^ --volume //var/run/docker.sock:/var/run/docker.sock ^
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^ --volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
--entrypoint="install" ^ --entrypoint="install" ^
appwrite/appwrite:0.11.0 appwrite/appwrite:0.12.0
``` ```
#### PowerShell #### PowerShell
@ -80,7 +80,7 @@ docker run -it --rm ,
--volume /var/run/docker.sock:/var/run/docker.sock , --volume /var/run/docker.sock:/var/run/docker.sock ,
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw , --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw ,
--entrypoint="install" , --entrypoint="install" ,
appwrite/appwrite:0.11.0 appwrite/appwrite:0.12.0
``` ```
Once the Docker installation completes, go to http://localhost to access the Appwrite console from your browser. Please note that on non-Linux native hosts, the server might take a few minutes to start after installation completes. Once the Docker installation completes, go to http://localhost to access the Appwrite console from your browser. Please note that on non-Linux native hosts, the server might take a few minutes to start after installation completes.

1
public/dist/styles/default-ltr.css vendored Normal file

File diff suppressed because one or more lines are too long

1
public/dist/styles/default-rtl.css vendored Normal file

File diff suppressed because one or more lines are too long