toast
bd042781a8
All checks were successful
Build and push container image / build (push) Successful in 10m53s
4 lines
70 B
Bash
Executable File
4 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export $(grep -v '^#' .env | xargs) && cargo run kon_dev
|