Skip to content

Commit

Permalink
build(docker): organize docker
Browse files Browse the repository at this point in the history
  • Loading branch information
fluz committed Oct 7, 2023
1 parent f42c029 commit 7cb541d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ RUN ["mkdir", "${APP_HOME}"]

WORKDIR ${APP_HOME}

COPY gradlew ${APP_HOME}
COPY gradle ${APP_HOME}/gradle
COPY gradlew ${APP_HOME}
COPY build.gradle.kts ${APP_HOME}
COPY settings.gradle.kts ${APP_HOME}
COPY src ${APP_HOME}/src
COPY tools ${APP_HOME}/tools
COPY README.md ${APP_HOME}
COPY tools ${APP_HOME}/tools
COPY src ${APP_HOME}/src

0 comments on commit 7cb541d

Please sign in to comment.