update ci
All checks were successful
deploy / deploy (push) Successful in 42s

This commit is contained in:
Lee
2024-04-06 19:37:03 +01:00
parent 45aab7b415
commit cda40a07d0
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM fascinated/docker-images:java_17
COPY . .
RUN mvn clean package
RUN mvn clean package -q
EXPOSE 80
ENV PORT=80