We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a773c41 + bcd166c commit b9d5838Copy full SHA for b9d5838
2 files changed
.github/workflows/build.yml
@@ -1,6 +1,6 @@
1
name: Gradle Build
2
3
-on: [push, pull_request]
+on: [workflow_dispatch]
4
5
jobs:
6
build:
Dockerfile
@@ -17,7 +17,7 @@ WORKDIR /home/gradle/src
17
RUN gradle ij-server:buildFatJar --no-daemon
18
19
# Stage 3: Create the Runtime Image
20
-FROM amazoncorretto:11 AS runtime
+FROM amazoncorretto:17 AS runtime
21
EXPOSE 8080
22
RUN mkdir /app
23
RUN mkdir -p /data/tt-files && chmod -R 777 /data/tt-files
0 commit comments