Skip to content

Commit

Permalink
Merge pull request #12 from vulcanize/fix-docker-image
Browse files Browse the repository at this point in the history
Fix docker image.
  • Loading branch information
arijitAD authored Oct 9, 2021
2 parents e841fde + 76ea0d3 commit 0174b9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
FROM postgres:12-alpine
FROM postgres:12-alpine

COPY ./schema.sql /docker-entrypoint-initdb.d/init.sql
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ services:
POSTGRES_DB: "vulcanize_public"
POSTGRES_PASSWORD: "password"
hostname: db
volumes:
- ./schema.sql:/docker-entrypoint-initdb.d/init.sql
ports:
- "127.0.0.1:8077:5432"

0 comments on commit 0174b9f

Please sign in to comment.