Skip to content
Snippets Groups Projects
Commit ba4ebd29 authored by Steve Reis's avatar Steve Reis
Browse files

ci: Add refresh token env on container generation

parent 0e3c7b03
No related branches found
No related tags found
No related merge requests found
......@@ -32,5 +32,8 @@ COPY --from=development /usr/src/app/assets ./assets
ARG JWT_SECRET
ENV AUTH_JWT_SECRET=${JWT_SECRET:-DefaultSecretNotToBeUse}
ARG JWT_REFRESH_SECRET
ENV AUTH_JWT_REFRESH_SECRET=${JWT_REFRESH_SECRET:-DefaultRefreshSecretNotToBeUse}
CMD ["node", "dist/main"]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment