mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-03 17:52:30 +02:00
Update Dockerfile-do
This commit is contained in:
parent
79358ed60d
commit
0c488e960e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user