mirror of
https://github.com/MewoLab/AquaDX.git
synced 2025-12-14 11:56:15 +08:00
BUG: Fix gradlew not being executable during docker build.
This commit is contained in:
@@ -15,6 +15,7 @@ WORKDIR /home/gradle
|
|||||||
RUN sed -i 's/\r$//' ./gradlew
|
RUN sed -i 's/\r$//' ./gradlew
|
||||||
|
|
||||||
# Download dependencies - cached if build.gradle.kts and settings.gradle.kts are unchanged
|
# Download dependencies - cached if build.gradle.kts and settings.gradle.kts are unchanged
|
||||||
|
RUN chmod +x ./gradlew
|
||||||
RUN ./gradlew dependencies
|
RUN ./gradlew dependencies
|
||||||
|
|
||||||
# Copy the project source, this layer is rebuilt whenever a file has changed
|
# Copy the project source, this layer is rebuilt whenever a file has changed
|
||||||
|
|||||||
Reference in New Issue
Block a user