Skip to content
Snippets Groups Projects
Commit 7282684c authored by Adam Parák's avatar Adam Parák 💬
Browse files

remove needless docker.io

parent cf9bdafb
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ docker build . -t inject-fe
To run the Frontend, all it's needed is to run this command afterwards
```
docker run -p 80:80 docker.io/library/inject-fe
docker run -p 80:80 inject-fe
```
## How to test the Monorepo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment