mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-05-14 07:52:47 +00:00
Update Dockerfile
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ 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 && \
|
||||
cp build/distributions/*.tar app.tar
|
||||
mv build/distributions/*.tar app.tar
|
||||
|
||||
FROM eclipse-temurin:21.0.9_10-jre-alpine AS final
|
||||
ARG UID=10001
|
||||
|
||||
Reference in New Issue
Block a user