Skip to content

Commit

Permalink
Change server settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Fagorym committed Oct 6, 2024
1 parent 9334bc8 commit 470bdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM gradle:8-jdk21 as cache
WORKDIR /backend
RUN mkdir -p /home/gradle/cache_home
ENV GRADLE_USER_HOME /home/gradle/cache_home
COPY /build.gradle.kts /home/gradle/java-code/
COPY build.gradle.kts /home/gradle/java-code/
WORKDIR /home/gradle/java-code
RUN gradle clean build -i --stacktrace

Expand Down

0 comments on commit 470bdcd

Please sign in to comment.