Skip to content

Commit

Permalink
fixed local run
Browse files Browse the repository at this point in the history
  • Loading branch information
Marmik2003 authored Jul 8, 2022
1 parent 449bc98 commit c2b074f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
services:
db:
container_name: care_db
image: postgis/postgis:latest
image: postgres
restart: always
env_file:
- ./docker/.local.env
Expand Down
2 changes: 0 additions & 2 deletions docker/DevDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ RUN : \
--no-install-recommends \
python3-dev \
build-essential \
libgdal-dev \
libsqlite3-mod-spatialite \
&& rm -rf /var/lib/apt/lists/* \
&&:

Expand Down

0 comments on commit c2b074f

Please sign in to comment.