diff --git a/Dockerfile b/Dockerfile index 8239e7f..bd49e65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,7 @@ -FROM eclipse-temurin:17.0.7_7-jdk-jammy +#FROM eclipse-temurin:17.0.12_7-jre-jammy +FROM mcr.microsoft.com/playwright:v1.47.2-jammy +RUN apt update +RUN apt-get -y install openjdk-17-jre +RUN apt-get -y install chromium-browser COPY build/libs/meringue-0.0.1-SNAPSHOT.jar app.jar ENTRYPOINT ["java","-jar","/app.jar"] \ No newline at end of file