Update Dockerfile-do

This commit is contained in:
Anthony Stirling
2023-07-29 00:51:28 +01:00
committed by GitHub
parent 79358ed60d
commit 0c488e960e

View File

@@ -7,6 +7,9 @@ WORKDIR /app
# Copy everything into the current directory in the image
COPY . .
# Give execution permissions to gradlew
RUN chmod +x ./gradlew
# Run the build
RUN ./gradlew build