Skip to content

Commit

Permalink
fix: groupadd in batch docker img
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Nov 18, 2024
1 parent 98007dc commit 30db6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/app-batch.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ COPY . /usr/src/app/
RUN chmod +x usr/src/app/docker/script.sh && usr/src/app/docker/script.sh

# get jre light image
FROM eclipse-temurin:17-jre-alpine
#FROM eclipse-temurin:17-jre-alpine

ENV ARC_LOGLEVEL=$LOG_LEVEL

COPY --from=build usr/src/app/arc-batch/target/ArcMain.jar usr/src/app/arc-batch/target/ArcMain.jar
#COPY --from=build usr/src/app/arc-batch/target/ArcMain.jar usr/src/app/arc-batch/target/ArcMain.jar

## execute batch
## ENTRYPOINT ["java","-jar","usr/src/app/arc-batch/target/ArcMain.jar"]

0 comments on commit 30db6ac

Please sign in to comment.