Fix mistage in README.md

This commit is contained in:
Andreas Tsouchlos 2024-06-21 00:38:20 +02:00
parent e4578a2cdb
commit 33adff898f

View File

@ -14,7 +14,7 @@ $ make
1. Build docker image
```bash
$ docker build -f dockerfiles/Dockerfile.alpine . -t cel-presentation
$ docker build -f Dockerfile . -t cel-presentation
```
1. Build examples
```bash