Skip to content

Commit 3d90138

Browse files
author
matthias_schaub
committed
Corret command to start a dev instance of Postgres.
1 parent a4ddfa9 commit 3d90138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/dev_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Setup a local Postgres instance for MapSwipe Workers using the for development p
6060

6161
```bash
6262
cd postgres/`
63-
docker build -t mapswipe_postgres Dockerfile-dev
63+
docker build --tag mapswipe_postgres --file Dockerfile-dev .
6464
docker run -d -p 5432:5432 --name mapswipe_postgres -e POSTGRES_DB=mapswipe -e POSTGRES_USER=mapswipe_workers -e POSTGRES_PASSWORD=your_password mapswipe_postgres
6565
```
6666

0 commit comments

Comments
 (0)