1
0
Fork 0
mirror of synced 2024-05-13 01:02:37 +12:00

Added docs to Appwrite container

This commit is contained in:
eldadfux 2019-10-09 11:24:47 +03:00
parent f8cf90e352
commit 0d7418b8e9
3 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,4 @@
app/db/SQL
docs
node_modules
storage
public/scripts

View file

@ -78,6 +78,7 @@ RUN chmod 775 /entrypoint.sh
# add PHP files
COPY ./app /usr/share/nginx/html/app
COPY ./docs /usr/share/nginx/html/docs
COPY ./public /usr/share/nginx/html/public
COPY ./src /usr/share/nginx/html/src
COPY ./vendor /usr/share/nginx/html/vendor

View file

@ -6,6 +6,7 @@ services:
restart: unless-stopped
volumes:
- ./app:/usr/share/nginx/html/app
- ./docs:/usr/share/nginx/html/docs
- ./public:/usr/share/nginx/html/public
- ./src:/usr/share/nginx/html/src
- ./vendor:/usr/share/nginx/html/vendor