Skip to content

Commit

Permalink
Fix erro JWT_SECRET to deploy on Render
Browse files Browse the repository at this point in the history
  • Loading branch information
LauroSilveira committed Nov 16, 2023
1 parent 6ef669a commit 33ad30a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ RUN mvn clean package -DskipTests

FROM eclipse-temurin:21-jre-alpine
## Arguments used with github secrets
ARG DATABASE_PRO
ARG DATABASE_TEST
ARG JWT_SECRET
ENV DATABASE_PRO=${DATABASE_PRO}
ENV DATABASE_TEST=${DATABASE_TEST}
ENV JWT_SECRET=${JWT_SECRET}

## work directory by default
WORKDIR /alura-flix-api
Expand Down

0 comments on commit 33ad30a

Please sign in to comment.