fix: git + docker maintenance

This commit is contained in:
Pierre Tellier 2025-02-08 12:09:18 +01:00
parent 3de90295bd
commit dfaa97346f
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
.env .env
.idea .idea
keycloak/CAS/target keycloak/CAS/target
docker-compose.yaml

View File

@ -36,4 +36,4 @@ RUN chmod +x /start.sh
EXPOSE 80 EXPOSE 80
# Set the entry point to the shell script # Set the entry point to the shell script
ENTRYPOINT ["/start.sh"] ENTRYPOINT ["/start.sh"]