Skip to content

Commit

Permalink
ci(dockerfile): add redis uri
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar committed Dec 17, 2024
1 parent 35f7bff commit 7020930
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ WORKDIR /app
ARG IMMO_MONGO_URI
ENV IMMO_MONGO_URI=${IMMO_MONGO_URI}

ARG IMMO_REDIS_URI
ENV IMMO_REDIS_URI=${IMMO_REDIS_URI}

#* Copy the compiled binary from the builder stage
COPY --from=builder /app/build/immortal .
COPY --from=builder /app/config/config.yml .
Expand Down

0 comments on commit 7020930

Please sign in to comment.