init-cicd-build
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 55s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 55s
This commit is contained in:
parent
d4910adf14
commit
47c0e9fb61
@ -1,7 +1,5 @@
|
||||
FROM openjdk:17
|
||||
FROM docker.io/openjdk:17
|
||||
|
||||
RUN addgroup -S spring && adduser -S spring -G spring
|
||||
USER spring:spring
|
||||
ARG DEPENDENCY=target/dependency
|
||||
COPY ${DEPENDENCY}/BOOT-INF/lib /app/lib
|
||||
COPY ${DEPENDENCY}/META-INF /app/META-INF
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user