ChiefORZ

Results 20 comments of ChiefORZ

even when i try to add them in the Docker like this: ``` ENV BROWSERLESS_URL=$BROWSERLESS_URL ENV DATABASE_URL=$DATABASE_URL ENV GOOGLE_CLIENT_ID=$GOOGLE_CLIENT_ID ENV GOOGLE_CLIENT_SECRET=$GOOGLE_CLIENT_SECRET ENV MAGIC_SK=$MAGIC_SK ENV NEXT_PUBLIC_MAGIC_PK=$NEXT_PUBLIC_MAGIC_PK ENV NEXT_PUBLIC_UMAMI_SCRIPT_URL=$NEXT_PUBLIC_UMAMI_SCRIPT_URL ENV NEXT_PUBLIC_UMAMI_WEBSITE_ID=$NEXT_PUBLIC_UMAMI_WEBSITE_ID ENV...

@andrasbacsai how is it supposed to work? i updated to 249 and i still do not see the ENV variables: ```sh #15 [builder 6/8] RUN echo -e "\e[1;33mENVIRONMENT VARIABLES\e[0m" #15...

@andrasbacsai please help, i can not get the environment variables passed to my dockerfile. here is the setup of my Dockerfile: ```dockerfile FROM node:20 AS nodeenv ENV PNPM_HOME="/pnpm" ENV PATH="$PNPM_HOME:$PATH"...

@andrasbacsai right, just confirrmed it. it works if i add them manually, but there seems to be an error if i add all of them with the **Developer View** and...

well its still not working github bot -.-

> This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days....

> One caveat to this: All of our packages are currently in sync. We'd have to break this convention to _not_ let others be forced to upgrade (should they want...

> We've ended up migrating to RQ v5, and luckily our existing ts-rest calls work for the most part. One annoying bit is needing to specify queryKey twice if using...

When can we roughly expect this PR to be merged?