Update docker-compose.build.yml (#49)

This commit is contained in:
Leendert de Borst
2024-06-23 18:03:42 +02:00
parent 75a9278d56
commit 1ebdce5216

View File

@@ -15,6 +15,10 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v2
- name: Set permissions and run init.sh
run: |
chmod +x init.sh
./init.sh
- name: Set up Docker Compose
run: |
# Build the images and start the services