Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.23 ワークフローの実行 #27

Open
cws202207 opened this issue Nov 8, 2022 · 1 comment
Open

4.23 ワークフローの実行 #27

cws202207 opened this issue Nov 8, 2022 · 1 comment

Comments

@cws202207
Copy link

以下のエラーにて困っています。
githubのソースコードとdiffを実施しても差異はなく、何度試してもエラーです。
何か解決策はありますでしょうか?

image

Step 7/11 : COPY --from=node /usr/local/bin /usr/local/bin
---> 632b51e78fe2
Step 8/11 : COPY --from=node /usr/local/lib /usr/local/lib
---> 08da824825be
Step 9/11 : COPY --from=node /opt /opt
---> 248ee479f53e
Step 10/11 : COPY ./infra/docker/nginx/*.conf /etc/nginx/conf.d/
---> 483c02e5cebe
Step 11/11 : WORKDIR /work/backend
---> Running in 25b19a27f196
Removing intermediate container 25b19a27f196
---> a3b15f8a797c
Successfully built a3b15f8a797c
Successfully tagged laravel-fargate-app2_web:latest
Creating laravel-fargate-app2_web_1 ...
Creating laravel-fargate-app2_app_1 ...
Creating laravel-fargate-app2_web_1 ... error

ERROR: for laravel-fargate-app2_web_1 Cannot create container for service web: invalid mount config for type "bind": bind source path does not exist: /home/runner/work/laravel-fargate-app2/laravel-fargate-app2/backend
Creating laravel-fargate-app2_app_1 ... error

ERROR: for laravel-fargate-app2_app_1 Cannot create container for service app: invalid mount config for type "bind": bind source path does not exist: /home/runner/work/laravel-fargate-app2/laravel-fargate-app2/backend

ERROR: for web Cannot create container for service web: invalid mount config for type "bind": bind source path does not exist: /home/runner/work/laravel-fargate-app2/laravel-fargate-app2/backend

ERROR: for app Cannot create container for service app: invalid mount config for type "bind": bind source path does not exist: /home/runner/work/laravel-fargate-app2/laravel-fargate-app2/backend
Encountered errors while bringing up the project.
Error: Process completed with exit code 1.

@cws202207
Copy link
Author

1

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

No branches or pull requests

1 participant