Skip to content

Commit 7d17c32

Browse files
committed
4184: Fixed commands in build release action - III
1 parent 6b2e329 commit 7d17c32

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
3030
- name: Build theme
3131
run: |
32-
docker compose run node yarn install
33-
docker compose run node yarn build
32+
docker compose run --rm node yarn install
33+
docker compose run --rm node yarn build
3434
docker compose run --rm node rm -rf node_modules
3535
3636
- name: Make assets dir

docker-compose.override.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ services:
22
node:
33
image: node:20
44
working_dir: /app
5-
profiles:
6-
- dev
75
networks:
86
- app
97
volumes:
10-
- .:/app:delegated
8+
- ./web/profiles/custom/os2loop/themes/os2loop_theme:/app
119

1210
phpfpm:
1311
environment:

0 commit comments

Comments
 (0)