-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to install deps without bind-mount (#8)
* Try to install deps without bind-mount * Remove vendor folder to test if there are any conflicts * Try to install `unzip` / `zip` * Revert "Try to install deps without bind-mount" This reverts commit 6b17bb1. * Install `symfony/*` from dist * Try to install deps without bind-mount - 2 * Remove `unzip` / `zip` * Revert "Remove `unzip` / `zip`" This reverts commit 6a4373a. * Try to not use volumes for CI * Use `!override` * Try `!reset` * Check without `unzip` / `zip`
- Loading branch information
1 parent
89d5d3f
commit 089436e
Showing
3 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version: "3.9" | ||
|
||
services: | ||
php: | ||
volumes: !reset [] |