From 3a8f0dba1485fe9f1c09c9dd448fac59fe58bdee Mon Sep 17 00:00:00 2001 From: Lauro Correia Silveira Date: Tue, 19 Dec 2023 11:43:23 +0100 Subject: [PATCH] Added port configuration to deploy on railway (#81) --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c4f3d8..1d586a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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