Skip to content

Commit

Permalink
Merge pull request #8 from WildMeOrg/correct-build-command
Browse files Browse the repository at this point in the history
corrected docker build command
  • Loading branch information
goddesswarship authored Oct 31, 2024
2 parents 85a52ce + 4bce9df commit fe37dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contribute/dev-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The following instructions are for once you've made changes to your local forked
1. `cd` to root folder of scout
1. Build the docker image of your altered code. You'll want to tag the image for easy reference later. For this demo, we use the tag `yourimage`.
```
docker build -t yourimage
docker build -t yourimage .
```
1. Verify you have a successful build. Check your terminal logs for the following:
```
Expand Down

0 comments on commit fe37dd6

Please sign in to comment.