This commit is contained in:
Refactorian
2024-03-02 09:21:38 +09:00
committed by GitHub
parent 58e6ad680f
commit e72c72aedc
2 changed files with 1 additions and 3 deletions

View File

@@ -19,13 +19,12 @@
# How To Deploy
### For first time only !
- `docker compose up -d`
- `docker compose up -d --build`
- `docker compose exec php bash`
- `composer setup`
### From the second time onwards
- `docker compose up -d`
- `docker compose exec php bash`
# Notes

View File

@@ -12,7 +12,6 @@ services:
- 5173:5173
volumes:
- .:/var/www:cached
- .npmrc:/var/www/.npmrc
####################################################################################################
# Nginx