Skip to content

Commit

Permalink
Add application files to container
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoPR committed May 8, 2023
1 parent 21accd9 commit ba886c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ RUN apt-get update && \
apt-get clean;

COPY . /app
RUN cd /app && ./gradlew build --no-daemon && \

RUN cd /app && \
./gradlew build --no-daemon && \
Expand Down

0 comments on commit ba886c5

Please sign in to comment.