Select Git revision
-
Cristiano Urban authored
Signed-off-by:
Cristiano Urban <cristiano.urban@inaf.it>
Cristiano Urban authoredSigned-off-by:
Cristiano Urban <cristiano.urban@inaf.it>
Dockerfile 264 B
# Use posgres as base image
FROM library/postgres:16.1
# Allow access without password
ENV POSTGRES_HOST_AUTH_METHOD=trust
# Set postgres db name
ENV POSTGRES_DB vospace_testdb
# Copy setup scripts into the right folder
COPY *.sql /docker-entrypoint-initdb.d/