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
{{ message }}
This repository was archived by the owner on Nov 13, 2022. It is now read-only.
I updated the LabHub file with my credentials and then did a docker build. It works fine but the moment i do docker run it gives me the following error:
Warning: environment is 'production', but no secret_key is configured
thread 'main' panicked at 'Unable to open the file: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1084:5
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace.
I updated the LabHub file with my credentials and then did a docker build. It works fine but the moment i do docker run
it gives me the following error:
Warning: environment is 'production', but no
secret_keyis configuredthread 'main' panicked at 'Unable to open the file: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1084:5
note: run with
RUST_BACKTRACE=1environment variable to display a backtrace.