mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-04-22 16:51:38 +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 . .
|
||||
|
||||
# Give execution permissions to gradlew
|
||||
RUN chmod +x ./gradlew
|
||||
|
||||
# Run the build
|
||||
RUN ./gradlew build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user