Commit 8b0fc33
committed
fix(presets): fix Next.js Docker e2e test reliability
- Add .dockerignore to exclude node_modules from build context
(local macOS binaries overwrote Docker-installed ones via COPY . .)
- Remove node_modules from copied fixture before Docker build
- Use --no-cache flag to prevent stale Docker layer cache issues
- Use dynamic port instead of hardcoded 3099 to avoid bind conflicts
- Clean up stale containers from previous test runs before starting1 parent c23139c commit 8b0fc33
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
745 | 745 | | |
746 | 746 | | |
747 | 747 | | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
748 | 759 | | |
749 | 760 | | |
750 | 761 | | |
| |||
772 | 783 | | |
773 | 784 | | |
774 | 785 | | |
| 786 | + | |
775 | 787 | | |
776 | 788 | | |
777 | 789 | | |
| |||
800 | 812 | | |
801 | 813 | | |
802 | 814 | | |
803 | | - | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
804 | 823 | | |
805 | 824 | | |
806 | 825 | | |
| |||
0 commit comments