Skip to content

Commit

Permalink
Module 1 webinar
Browse files Browse the repository at this point in the history
  • Loading branch information
truskovskiyk committed Jun 15, 2024
1 parent df2e1d8 commit c96e99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ docker run -it --rm -p 8080:8080 --name app-web-test-run app-web:latest
In a separate terminal, run the curl command to check access.

```
curl 0.0.0.0:8080
curl http://0.0.0.0:8080/
```

Bulti-build docker file, if you don't want to keep a lot of docker files.
Expand Down

0 comments on commit c96e99d

Please sign in to comment.