Update Dockerfile-do
This commit is contained in:
@@ -7,6 +7,9 @@ WORKDIR /app
|
|||||||
# Copy everything into the current directory in the image
|
# Copy everything into the current directory in the image
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
# Give execution permissions to gradlew
|
||||||
|
RUN chmod +x ./gradlew
|
||||||
|
|
||||||
# Run the build
|
# Run the build
|
||||||
RUN ./gradlew build
|
RUN ./gradlew build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user