7
Some checks failed
deploy / deploy (push) Failing after 1m5s

This commit is contained in:
Lee 2024-04-08 05:01:40 +01:00
parent 59e0cf706b
commit dca3978a4d

@ -1,4 +1,7 @@
FROM fascinated/docker-images:java_17 FROM eclipse-temurin:17.0.10_7-jdk-focal
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y maven
COPY . . COPY . .