fix some docker container build pipelines

This commit is contained in:
Kjeld Schouten
2024-10-19 12:20:28 +02:00
parent 68af24b56d
commit b556be9a7f
11 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ RUN \
USER apps
COPY ./apps/db-wait-postgres/entrypoint.sh /entrypoint.sh
COPY ./containers/apps/db-wait-postgres/entrypoint.sh /entrypoint.sh
CMD ["/entrypoint.sh"]
LABEL "maintainer"="TrueCharts <info@truecharts.org>"