chore(docker): remove previous fradrive-db Dockerfile

This commit is contained in:
Sarah Vaupel 2024-08-15 02:30:34 +02:00
parent 2b11694ca3
commit 9e3a5af4d2

View File

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