Skip to content

Commit 81b9639

Browse files
committed
fix: github actions build
1 parent ad2814f commit 81b9639

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010

1111
- name: Build docker image
12-
run: |
13-
docker compose build
14-
docker compose run --rm web composer install
12+
run: docker compose build
1513

1614
- name: Run docker container
1715
run: docker compose up -d

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ services:
66
ports:
77
- "8000:80"
88
volumes:
9-
- ".:/app:rw"
109
- "./data:/data:rw"

0 commit comments

Comments
 (0)