[add] Init from base
This commit is contained in:
7
database/Dockerfile
Normal file
7
database/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM postgres:12-alpine
|
||||
|
||||
# So that the timezone can be sent with the TZ environment
|
||||
RUN apk add --no-cache tzdata
|
||||
|
||||
# Starting scripts
|
||||
ADD . /docker-entrypoint-initdb.d
|
||||
Reference in New Issue
Block a user