Merge pull request #12 from vulcanize/fix-docker-image

Fix docker image.
This commit is contained in:
Arijit Das 2021-10-09 16:47:06 +05:30 committed by GitHub
commit 0174b9f978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1,3 @@
FROM postgres:12-alpine
COPY ./schema.sql /docker-entrypoint-initdb.d/init.sql

View File

@ -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"