You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
以下のエラーにて困っています。
githubのソースコードとdiffを実施しても差異はなく、何度試してもエラーです。
何か解決策はありますでしょうか?
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.
The text was updated successfully, but these errors were encountered: