Skip to content

Fix Docker Angular build by creating /build directory#5

Merged
thejuran merged 1 commit intomasterfrom
claude/fix-docker-dist-directory-g8Td5
Jan 12, 2026
Merged

Fix Docker Angular build by creating /build directory#5
thejuran merged 1 commit intomasterfrom
claude/fix-docker-dist-directory-g8Td5

Conversation

@thejuran
Copy link
Copy Markdown
Owner

The ng build command was failing with ENOENT because the /build directory didn't exist. Added mkdir -p /build before the build command, matching the pattern already used in the seedsync_build_scanfs stage.

The ng build command was failing with ENOENT because the /build
directory didn't exist. Added mkdir -p /build before the build command,
matching the pattern already used in the seedsync_build_scanfs stage.
@thejuran thejuran merged commit 74f20dc into master Jan 12, 2026
0 of 2 checks passed
@thejuran thejuran deleted the claude/fix-docker-dist-directory-g8Td5 branch January 12, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants