docker build
This commit is contained in:
parent
30a42b3e52
commit
76696791bc
1
setup.sh
1
setup.sh
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
docker compose stop
|
docker compose stop
|
||||||
|
docker build -t php81:v1 php81-apache
|
||||||
gunzip dump/data.sql.gz
|
gunzip dump/data.sql.gz
|
||||||
gunzip dump/district.sql.gz
|
gunzip dump/district.sql.gz
|
||||||
cp dump/data.sql database/data.sql
|
cp dump/data.sql database/data.sql
|
||||||
|
Loading…
Reference in New Issue
Block a user