Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timberhill committed Oct 2, 2024
1 parent d8d2c29 commit ea8e84a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Service listening for submission objects via an API endpoint and saving them to
You can quickly build & serve the app using the following commands

```
cd .\src
docker build ./src/flamflam.SubmissionService -t submission-service-image
docker run -it --rm -p 5000:80 submission-service-image
```
Expand Down

0 comments on commit ea8e84a

Please sign in to comment.