mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Update to docker-compose for development section of README
This commit is contained in:
parent
772c117760
commit
cfc604565c
@ -143,10 +143,11 @@ pm2 start "NODE_ENV=production yarn start" --name Calckey
|
||||
|
||||
[How to run Calckey with Docker](./docker-README.md).
|
||||
|
||||
### 🐳 Docker Compose
|
||||
### 🐳 Docker Compose for Development
|
||||
|
||||
|
||||
Shorter version:
|
||||
```sh
|
||||
cd dev/
|
||||
docker-compose build
|
||||
docker-compose run --rm web yarn run init
|
||||
docker-compose up -d
|
||||
|
Loading…
Reference in New Issue
Block a user