Skip to content

Commit

Permalink
build info in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ferregutie committed Jul 2, 2024
1 parent 1c54558 commit 9163a64
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ $ git clone git@github.com:enricofer/djakart.git
$ cd djakart
```

2. start the container
2. build the image

```
$ docker build --build-context webapp_root=./webapp -t enricofer/djakart:latest ./build_webapp
```

3. start the container

```
$ docker compose up -d
Expand Down

0 comments on commit 9163a64

Please sign in to comment.