chore(docker): remove previous fradrive-db Dockerfile
This commit is contained in:
parent
2b11694ca3
commit
9e3a5af4d2
@ -1,12 +0,0 @@
|
||||
FROM postgres:12
|
||||
|
||||
# allow for connecting to database without password authentication
|
||||
ENV POSTGRES_HOST_AUTH_METHOD trust
|
||||
|
||||
# TODO: use socket mechanism from develop
|
||||
ENV POSTGRES_SOCK_DIR TODO
|
||||
|
||||
# TODO: create uniworx db schema
|
||||
ENV POSTGRES_SCHEMA TODO
|
||||
|
||||
RUN psql -h $POSTGRES_SOCK_DIR -f $POSTGRES_SCHEMA postgres
|
||||
Reference in New Issue
Block a user