update: ci/cd

This commit is contained in:
2024-12-29 14:00:57 +01:00
parent 58b84c2451
commit a73c5d0ecb
5 changed files with 141 additions and 15 deletions

View File

@@ -19,8 +19,8 @@ WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
&& chown 1001:root /work
COPY --chown=1001:root ffsaf/target/*-runner /work/application
COPY --chown=1001:root ffsaf/src/main/resources/cacerts /work/cacerts
COPY --chown=1001:root target/*-runner /work/application
COPY --chown=1001:root src/main/resources/cacerts /work/cacerts
RUN mkdir /work/media && chown -R 1001:root /work/media
EXPOSE 8080