Skip to content

Commit

Permalink
Merge pull request #11808 from nanaya/testjs-path
Browse files Browse the repository at this point in the history
Move js test related build file path
  • Loading branch information
notbakaneko authored Jan 27, 2025
2 parents caaf46f + d030a44 commit 10f260e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ services:
<<: *x-web
volumes:
- .:/app
- .docker/js-build/assets:/app/public/assets
- .docker/js-build/builds:/app/resources/builds
- ./storage/testjs-assets:/app/public/assets
- ./storage/testjs-builds:/app/resources/builds
profiles: ['testjs']
command: ['test', 'js']

Expand Down
2 changes: 1 addition & 1 deletion docker/development/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ if [ "$uid" != 0 ]; then
groupmod -g "$gid" -o osuweb > /dev/null
fi

chown -f "${uid}:${gid}" .docker/js-build/assets .docker/js-build/builds
chown -f "${uid}:${gid}" ./storage/testjs-*

exec gosu osuweb ./docker/development/run.sh "$@"
1 change: 1 addition & 0 deletions storage/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
clockwork.sqlite
laravel.log
testjs-*

0 comments on commit 10f260e

Please sign in to comment.