Skip to content

Commit 47e72fb

Browse files
author
Andre Felipe de Barros Azevedo Nogueira
committed
2 parents 367254c + fee0904 commit 47e72fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ EXPOSE 8081
1818
COPY --from=build /app/target/*.jar app.jar
1919

2020
# Adicionando limite de memória no comando para plano free Railway
21-
ENTRYPOINT [ "java", "-jar", "app.jar" ]
21+
ENTRYPOINT [ "java", "-XX:-UseContainerSupport", "-jar", "app.jar" ]

0 commit comments

Comments
 (0)