Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 7458b0e

Browse files
committed
fix: app absolute path in production
1 parent 8e2c30d commit 7458b0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The application is located in the directory: `/home/torrust/github/torrust/torru
1717
To run docker compose commands you need to cd to the app dir:
1818

1919
```console
20-
cd github/torrust/torrust-demo/
20+
cd /home/torrust/github/torrust/torrust-demo
2121
```
2222

2323
Sample commands:

share/bin/deploy-torrust-demo.com.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Update the demo by updating the containers
44

5-
cd github/torrust/torrust-demo/
5+
cd /home/torrust/github/torrust/torrust-demo || exit
66
docker compose pull
77
docker compose down
88
docker compose up --build --detach
9-
cd ~
9+
cd ~ || exit

0 commit comments

Comments
 (0)