mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
fix: Fix manual container run script.
This commit is contained in:
parent
a36d050c4a
commit
d13b83285c
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ docker-compose -f .devcontainer/docker-compose.yml up -d && docker exec -e \"TER
|
||||||
Run the following script to install a command to start the default RAFNAV container easily.
|
Run the following script to install a command to start the default RAFNAV container easily.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
echo "alias run-rafnav='cd ~/Documents/RAFNAV-Docker && sudo ./run-container.sh'" >> ~/.bash_aliases
|
echo "alias run-rafnav='cd ~/Documents/RAFNAV-Docker && docker-compose -f .devcontainer/docker-compose.yml up -d && docker exec -e \"TERM=xterm-256color\" -w /workspace/development -it devcontainer-frappe-1 bash'" >> ~/.bash_aliases
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you can run ```run-rafnav``` anywhere in your WSL terminal to start the development container.
|
Now you can run ```run-rafnav``` anywhere in your WSL terminal to start the development container.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue