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