Fix docker image.
This commit is contained in:
parent
e841fde8ed
commit
76ea0d32dd
@ -1 +1,3 @@
|
||||
FROM postgres:12-alpine
|
||||
FROM postgres:12-alpine
|
||||
|
||||
COPY ./schema.sql /docker-entrypoint-initdb.d/init.sql
|
@ -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"
|
Loading…
Reference in New Issue
Block a user