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 docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ All the dockerfiles are available in this directory and can be built directly fr

Example to build a custom sink service tagged local/my_sink_service:tag1 in your PC:
```bash
docker build -f docker/sink-service/Dockerfile -t local/my_sink_service:tag1
docker build -f docker/sink_service/Dockerfile -t local/my_sink_service:tag1 .
```
You can then use this image in the docker-compose template instead of the Wirepas Docker Hub ones.

Expand Down