Skip to content

Commit

Permalink
Deploy on Render
Browse files Browse the repository at this point in the history
  • Loading branch information
LauroSilveira committed Nov 22, 2023
1 parent 1291415 commit 2b31e74
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
WORKDIR /alura-flix-api
ARG DATABASE_PRO=mongodb+srv://alura-flix-admin:UxOM6SSAtQHpDeEd@alura-flix.z61opfc.mongodb.net/?retryWrites=true&w=majority
ARG DATABASE_TEST=mongodb+srv://laurosilveira:6Vos5cYJ9JfxidsQ@alura-flix-test.qixe2kd.mongodb.net/?retryWrites=true&w=majority
ARG JWT_SECRET=123456
ARG DATABASE_PRO
ARG DATABASE_TEST
ARG JWT_SECRET
COPY --from=build target/*.jar alura-flix-api.jar
EXPOSE 8080

Expand Down

0 comments on commit 2b31e74

Please sign in to comment.