getEnv in Nim not returning value

MMantisInABox5/17/2023
Attempting to read environment variables from a project using Nim doesn't seem to be working...

FROM nimlang/nim:1.6.12-alpine

WORKDIR /app

COPY . .

RUN nimble refresh

RUN nimble build -d:release

RUN ./janus


Am I going crazy, or am I doing something wrong?
MMantisInABox5/17/2023
4f405531-048a-4b75-8595-be8855100446
Bbrody5/17/2023
screenshot of service variables please
MMantisInABox5/17/2023
Bbrody5/17/2023
vin
MMantisInABox5/17/2023
What did I do?
MMantisInABox5/17/2023
🤣
Bbrody5/17/2023
the RUN derivative gets ran during build
MMantisInABox5/17/2023
I knew I was gonna do something stupid!
Bbrody5/17/2023
you want CMD ./janus
MMantisInABox5/17/2023
I could kiss you right about now... but I won't! 🤣
Bbrody5/17/2023
lol
Bbrody5/17/2023
see, #help is usefull
MMantisInABox5/17/2023
I know it is... I just like to dig and try to figure it out first... How I learn! 😄
Bbrody5/17/2023
that is always good