We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dockerfiles for the examples want to copy files into the container that are no longer (package-lock.json) under version control since #614.
package-lock.json
Run a container from any of the examples' Dockerfiles or any of the compose instructions in the frontend/examples README file, e.g.:
Dockerfiles
frontend/examples
docker compose -f deploy/docker-compose/base.yaml -f deploy/docker-compose/todo-react.yaml -p "hanko-todo-react" up --build
=> CACHED [hanko-todo-react-todo-frontend 3/7] COPY package.json ./ 0.0s => ERROR [hanko-todo-react-todo-frontend 4/7] COPY package-lock.json ./ 0.0s ------ > [hanko-todo-react-todo-frontend 4/7] COPY package-lock.json ./: ------ failed to solve: failed to compute cache key: "/package-lock.json" not found: not found
No response
v0.5.0
macOS
Docker Docker Compose
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Checklist
Describe the bug
Dockerfiles for the examples want to copy files into the container that are no longer (
package-lock.json
) under version control since #614.Reproducing the bug
Run a container from any of the examples'
Dockerfiles
or any of the compose instructions in thefrontend/examples
README file, e.g.:docker compose -f deploy/docker-compose/base.yaml -f deploy/docker-compose/todo-react.yaml -p "hanko-todo-react" up --build
Logs
Configuration
No response
Hanko Version
v0.5.0
OS
macOS
OS Version
No response
Browser Version
No response
Environment
Docker
Docker Compose
Additional Context
No response
The text was updated successfully, but these errors were encountered: