diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ ADD target/$PKG_FILENAME app.jar RUN addgroup -S appgroup RUN adduser -S appuser -G appgroup +RUN mkdir temptoscafile +RUN chown appuser:appgroup temptoscafile/ COPY src/main/resources/certificate /certs ARG CERT_PASS=changeit |