mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-05-21 04:24:41 +00:00
Update Dockerfile
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.gradle \
|
||||
gradle build -x check -x test --no-daemon --parallel --build-cache && \
|
||||
mv build/libs/*-all.jar app.jar
|
||||
|
||||
FROM eclipse-temurin:21-jre-jammy AS final
|
||||
FROM eclipse-temurin:21-jre-alpine AS final
|
||||
ARG UID=10001
|
||||
RUN adduser \
|
||||
--disabled-password \
|
||||
|
||||
Reference in New Issue
Block a user