Skip to content

Commit

Permalink
Added port configuration to deploy on railway (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
LauroSilveira authored Dec 19, 2023
1 parent db779e8 commit 3a8f0db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ RUN mvn clean package -DskipTests

FROM eclipse-temurin:21-jre-alpine
WORKDIR /alura-flix-api
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 3a8f0db

Please sign in to comment.