Update Dockerfile

parent c07dd277
......@@ -4,7 +4,7 @@ COPY . /app
RUN mvn clean package
RUN ls /app/target
FROM openjdk:21
FROM openjdk:26-ea
EXPOSE 8080
RUN mkdir -p /app/arquivos && chmod 777 /app/arquivos
COPY .env .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment