mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 11:06:59 +01:00
automated database setup. TODO: let user set superuser email&passwd
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user