Skip to content

Commit

Permalink
corrected docker build command
Browse files Browse the repository at this point in the history
build command was missing directory reference
  • Loading branch information
TanyaStere42 authored Oct 31, 2024
1 parent 85a52ce commit 4bce9df
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 4bce9df

Please sign in to comment.