Skip to content

Commit

Permalink
use playwright to wrap a browser to grab race monitor data events
Browse files Browse the repository at this point in the history
  • Loading branch information
sprintf committed Sep 25, 2024
1 parent abdb843 commit d9ddc51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit d9ddc51

Please sign in to comment.