Skip to content

Commit

Permalink
feat(devel): Replace old custom Dockerfile with official postgres image
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed May 8, 2023
1 parent 94b075a commit 29c1dc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev-assets/dev-containers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ version: '3'

services:
local_postgres:
build:
context: .
dockerfile: db.Dockerfile
image: postgres:14.2-alpine
container_name: local_postgres
env_file:
- ../../dev.env
Expand Down

0 comments on commit 29c1dc0

Please sign in to comment.