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
tried to set up the container via the Dockerfile. The Container creation terminates at step 4:
Step 4/17 : COPY metrics.json metrics-lua.json /app/ ERROR: Service 'fritzbox_exporter' failed to build: COPY failed: file not found in build context or excluded by .dockerignore: stat metrics.json: file does not exist
The text was updated successfully, but these errors were encountered:
micxer
pushed a commit
to micxer/fritzbox_exporter
that referenced
this issue
Sep 4, 2023
Copy both metrics.json and metrics-lua.json into your local directory and try to build again. This fixed it for me.
Seems like both are supposed to be downloaded.
Hello,
tried to set up the container via the Dockerfile. The Container creation terminates at step 4:
Step 4/17 : COPY metrics.json metrics-lua.json /app/ ERROR: Service 'fritzbox_exporter' failed to build: COPY failed: file not found in build context or excluded by .dockerignore: stat metrics.json: file does not exist
The text was updated successfully, but these errors were encountered: