diff --git a/.gitignore b/.gitignore index 3e189ed..170ba0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .env .idea -keycloak/CAS/target \ No newline at end of file +keycloak/CAS/target +docker-compose.yaml diff --git a/front/Dockerfile b/front/Dockerfile index 14faeb6..2a8d3c0 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -36,4 +36,4 @@ RUN chmod +x /start.sh EXPOSE 80 # Set the entry point to the shell script -ENTRYPOINT ["/start.sh"] \ No newline at end of file +ENTRYPOINT ["/start.sh"]