mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-07 06:46:01 -04:00
Update docker-compose.build.yml (#49)
This commit is contained in:
4
.github/workflows/docker-compose-build.yml
vendored
4
.github/workflows/docker-compose-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user