mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-05-23 02:12:01 +00: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…
x
Reference in New Issue
Block a user