Skip to content

fix: runtime ERR_MODULE_NOT_FOUND for services/* containers#5093

Open
itaru2622 wants to merge 1 commit into
bluesky-social:mainfrom
itaru2622:fix-issue5091
Open

fix: runtime ERR_MODULE_NOT_FOUND for services/* containers#5093
itaru2622 wants to merge 1 commit into
bluesky-social:mainfrom
itaru2622:fix-issue5091

Conversation

@itaru2622

@itaru2622 itaru2622 commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

close #5091

When I simply tried recovering the line COPY ./*.* ./ in services/*/Dockerfile, the build error raised as below.

So, use COPY ./[a-zA-Z]*.* ./ in this PR. then it succeeded to build and all containers are recovered (worked as expected).

=> ERROR [build  7/48] COPY ./*.* ./ 
------
 > [build  7/48] COPY ./*.* ./:
 
  11 |         # Move files into the image and install
  12 | >>> COPY ./*.* ./
  13 |         COPY ./pnpm-lock.yaml ./

failed to solve: cannot replace to directory /var/lib/docker/overlay2/t649pl33u4vcgf39e69ekn41z/merged/app/skills with file
  

@itaru2622

Copy link
Copy Markdown
Contributor Author

@bnewbold Could you review this PR?

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.

atproto/services/* (bsky, pds, ...) cannot run by ERR_MODULE_NOT_FOUND

1 participant