Update docs/SETUP.md

This commit is contained in:
Mika Bomm 2024-10-14 23:24:55 +02:00
parent 6c7bf0223b
commit fd98afafb6

View file

@ -43,7 +43,7 @@ docker image remove apfelnetzwerk-backend
docker ps
```
2. attach a shell to the running postgres docker container
2. attach a shell to the running backend docker container
```bash
docker exec -it <id/name> /bin/bash
```