Use correct path for entrypoint.sh
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m13s

This commit is contained in:
2026-03-17 23:16:17 +01:00
parent 6afbb807a1
commit 7f99284809

View File

@@ -7,6 +7,6 @@ COPY ./Einheit_2/2025_5BHITN_Konstantin_Hintermayer_seed_database.sql ./02.sql
COPY ./Einheit_3/2025_5BHITN_Konstantin_Hintermayer_procedures_and_triggers.sql ./03.sql
COPY ./Einheit_5/2025_5BHITN_Konstantin_Hintermayer_snapshot_from_database.sql ./04.sql
COPY ./entrypoint.sh .
COPY ./Einheit_4/tooling_container/entrypoint.sh .
ENTRYPOINT ["./entrypoint.sh"]