test pipeline for tags

This commit is contained in:
2024-08-30 10:10:43 +10:00
parent 873a742b74
commit fc0e1e3be6
2 changed files with 12 additions and 5 deletions

View File

@@ -20,4 +20,6 @@ COPY --chown=1001 target/*.jar /app/app.jar
COPY --chown=1001 script/entrypoint.sh /opt/scripts/entrypoint.sh
RUN chmod 0740 /opt/scripts/entrypoint.sh
CMD /opt/scripts/entrypoint.sh
CMD /opt/scripts/entrypoint.sh
EXPOSE 8100