2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 06:15:26 +00:00

Updated build images commands

Before starting the images, build the frappe images
This commit is contained in:
africlouds 2020-06-10 09:30:57 +02:00 committed by GitHub
parent 84bf55860a
commit 8ca5879211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,10 +243,15 @@ EXIT;
## Manually start containers
In case you don't use VSCode, you may start the containers manually with the following command:
### Building the containers
```shell
cd .devcontainer
docker-compose build
cd ..
```
### Running the containers
```shell
docker-compose -f .devcontainer/docker-compose.yml up -d
```