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

Absolute path for mount point #16

Merged
merged 1 commit into from
Feb 24, 2023
Merged

Conversation

FranzForstmayr
Copy link

Since 46447f9 I was unable to start docker and got the following errror:

docker compose up

[+] Running 2/0
 ⠿ Container bs-fastapi-nuxt-proxy-1     Created                                                                                                                                                                                                  0.0s
 ⠿ Container bs-fastapi-nuxt-queue-1     Created                                                                                                                                                                                                  0.0s
 ⠋ Container bs-fastapi-nuxt-db-1        Recreate                                                                                                                                                                                                 0.0s
 ⠋ Container bs-fastapi-nuxt-flower-1    Recreate                                                                                                                                                                                                 0.0s
 ⠋ Container bs-fastapi-nuxt-frontend-1  Recreate                                                                                                                                                                                                 0.0s
 ⠋ Container bs-fastapi-nuxt-neo4j-1     Recreate                                                                                                                                                                                                 0.0s
Error response from daemon: invalid mount config for type "volume": invalid mount path: 'app/node_modules' mount path must be absolute

This patch solves this issue, in the linked SO answer the second path is absolute too.

@turukawa turukawa merged commit 915d946 into whythawk:master Feb 24, 2023
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