R
Join ServerRailway
✋|help
getEnv in Nim not returning value
Attempting to read environment variables from a project using Nim doesn't seem to be working...
Am I going crazy, or am I doing something wrong?
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?
4f405531-048a-4b75-8595-be8855100446
screenshot of service variables please
vin
What did I do?
🤣
the RUN derivative gets ran during build
I knew I was gonna do something stupid!
you want
CMD ./janus
I could kiss you right about now... but I won't! 🤣
lol
see, #help is usefull
I know it is... I just like to dig and try to figure it out first... How I learn! 😄
that is always good