Skip to content

Commit dae34ac

Browse files
Ingvordclaude
andcommitted
chore: remove baked-in etc/, mount at runtime instead
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d71c49a commit dae34ac

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ FROM eclipse-temurin:21-jre-alpine
22

33
RUN apk add --no-cache dumb-init
44

5-
LABEL maintainer="igor.khokhriakov@hzg.de"
5+
LABEL maintainer="ingvord@mail.ru"
66

77
ARG JAR_FILE
88
ADD target/${JAR_FILE} /app/bin/ss.jar
9-
ADD etc /app/etc
109

1110
RUN addgroup --system javauser && adduser -S -s /bin/false -G javauser javauser
1211
RUN chown -R javauser /app

0 commit comments

Comments
 (0)