Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
dockerfile yay
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzSwirlz committed Dec 26, 2023
1 parent a7f15a2 commit d138342
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flagtureiser/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ubuntu:latest
RUN apt-get update && apt-get full-upgrade -y && apt-get install openjdk-17-jdk

COPY * .
RUN ./gradlew buildEnvironment && ./gradlew build
COPY build/libs/flagtureiser-4.2.0.6.9.jar .

0 comments on commit d138342

Please sign in to comment.