Skip to content

Commit d758f45

Browse files
authored
Merge pull request #222 from DefangLabs/lio/docker-compose-up-build
Add --build to docker compose up
2 parents 6d2b0a6 + d1e888f commit d758f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This template is a member list project developed using Ruby on Rails, offering a
1414

1515
1. Open the working directory with Visual Studio Code or any editor which supports Dev Containers.
1616
2. Click on the bottom left corner of the window where you see "Reopen in Container".
17-
3. Open up a shell in the VS Code terminal and run `docker compose -f compose.dev.yaml up`.
17+
3. Open up a shell in the VS Code terminal and run `docker compose -f compose.dev.yaml up --build`.
1818

1919

2020
## Configuration

0 commit comments

Comments
 (0)