Skip to content

Commit 8ba62ec

Browse files
author
matthias_schaub
committed
Use Postgres Dockerfile for dev porposes.
1 parent 4384e9a commit 8ba62ec

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
@@ -58,7 +58,7 @@ Setup a local Postgres instance for MapSwipe Workers using the provided Dockerfi
5858

5959
```bash
6060
cd postgres/`
61-
docker build -t mapswipe_postgres .
61+
docker build -t mapswipe_postgres Dockerfile-dev
6262
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
6363
```
6464

0 commit comments

Comments
 (0)