Commit 8854aa9d authored by RenanMontenegro3's avatar RenanMontenegro3

fix: "alteração no dockerfile"

parents 7ce09e67 b4dc4fd5
...@@ -4,7 +4,7 @@ COPY . /app ...@@ -4,7 +4,7 @@ COPY . /app
RUN mvn clean package RUN mvn clean package
RUN ls /app/target RUN ls /app/target
FROM openjdk:21 FROM openjdk:26-ea
EXPOSE 8080 EXPOSE 8080
RUN mkdir -p /app/arquivos && chmod 777 /app/arquivos RUN mkdir -p /app/arquivos && chmod 777 /app/arquivos
COPY .env . 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