Adding db dockerfile
This commit is contained in:
parent
47b9e8e709
commit
9cbe9b5177
4
Dockerfile.stg.db
Normal file
4
Dockerfile.stg.db
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
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