Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
angelSuho authored Jul 10, 2023
1 parent b5f7b4f commit 5d03770
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ WORKDIR /workspace/app
# Copy your source code
COPY . .

# Grant execution permission to Gradle wrapper
RUN chmod +x ./gradlew

# Build the application
RUN ./gradlew clean build

Expand Down

0 comments on commit 5d03770

Please sign in to comment.