Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ In this section we're going to build a Docker image with our application. Please
In order to build the image, execute the following command in the `image` directory:

```bash
docker build -t tutorial_app -f Dockerfile .
docker build -t golemfactory/tutorialapp:1.0.0 -f Dockerfile .
```

That's it!
Expand Down