Removing startup scripts from db
This commit is contained in:
parent
64872445c5
commit
a08b51ec81
|
|
@ -1,4 +1 @@
|
|||
FROM mariadb:latest
|
||||
|
||||
COPY deploy/scripts/restore_db_from_backup.sh /docker-entrypoint-initdb.d/restore_db_from_backup.sh
|
||||
RUN chmod +x /docker-entrypoint-initdb.d/restore_db_from_backup.sh
|
||||
|
|
|
|||
|
|
@ -1,4 +1 @@
|
|||
FROM mariadb:latest
|
||||
|
||||
COPY deploy/scripts/restore_db_from_backup.sh /docker-entrypoint-initdb.d/restore_db_from_backup.sh
|
||||
RUN chmod +x /docker-entrypoint-initdb.d/restore_db_from_backup.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue