Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
emortaldev committed Aug 6, 2024
1 parent 283045e commit 3daa070
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
FROM --platform=$TARGETPLATFORM eclipse-temurin:21-jre-alpine
FROM --platform=$TARGETPLATFORM azul/zulu-openjdk:21-jre

RUN mkdir /app
WORKDIR /app

# Download packages
RUN apt-get update && apt-get install -y wget

COPY build/libs/*-all.jar /app/minesweeper.jar

ENTRYPOINT ["java"]
Expand Down

0 comments on commit 3daa070

Please sign in to comment.