automated database setup. TODO: let user set superuser email&passwd

This commit is contained in:
2025-04-01 11:27:20 +02:00
parent 69c52890bb
commit 9c3a0a9235
4 changed files with 304 additions and 5 deletions

View File

@@ -15,10 +15,10 @@ RUN grep ${PB_ZIPNAME} checksums.txt | sha256sum -c
RUN unzip /tmp/${PB_ZIPNAME} -d /pb/
# uncomment to copy the local pb_migrations dir into the image
# COPY ./pb_migrations /pb/pb_migrations
COPY ./pb/migrations /pb/pb_migrations
# uncomment to copy the local pb_hooks dir into the image
# COPY ./pb_hooks /pb/pb_hooks
# COPY ./pb/hooks /pb/pb_hooks
EXPOSE 8090