Compare commits
3 Commits
5851cb6559
...
4760fd22c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4760fd22c0 | ||
|
|
371f2c949d | ||
|
|
78a5f98f11 |
@@ -20,6 +20,7 @@ RUN sbt "set test in assembly := false" assembly
|
||||
FROM eclipse-temurin:25-jre-alpine
|
||||
|
||||
RUN addgroup -S app && adduser -S app -G app
|
||||
RUN mkdir -p /data && chown app:app /data
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=build --chown=app:app /app/target/scala-3.7.1/demoapp.jar ./demoapp.jar
|
||||
|
||||
Reference in New Issue
Block a user