docker build

This commit is contained in:
Walter Hupfeld 2023-10-07 12:15:46 +02:00
parent 30a42b3e52
commit 76696791bc

View File

@ -1,5 +1,6 @@
#!/bin/bash
docker compose stop
docker build -t php81:v1 php81-apache
gunzip dump/data.sql.gz
gunzip dump/district.sql.gz
cp dump/data.sql database/data.sql