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.