mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-05-14 05:53:04 +00:00
Update Dockerfile
This commit is contained in:
@@ -10,7 +10,6 @@ FROM deps AS package
|
||||
WORKDIR /build
|
||||
COPY ./src src/
|
||||
RUN --mount=type=cache,target=/root/.gradle \
|
||||
--mount=type=cache,target=/build/build \
|
||||
./gradlew distTar -x check -x test --no-daemon --parallel --build-cache && \
|
||||
mv build/distributions/*.tar app.tar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user