Compare commits

..

No commits in common. "9530b07eefdb1ca3ce04a2a3cda218d705a3d5d8" and "fb7773e195cff0b715636805a06e80dbc06b344e" have entirely different histories.

3 changed files with 2 additions and 12 deletions

View File

@ -1,3 +0,0 @@
## 1.2.1 - 2024-11-06
### Fixed
* Use nginx instead of caddy

View File

@ -6,10 +6,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie). and is generated by [Changie](https://github.com/miniscruff/changie).
## 1.2.1 - 2024-11-06
### Fixed
* Use nginx instead of caddy
## 1.2.0 - 2024-11-06 ## 1.2.0 - 2024-11-06
### Added ### Added
* Ajout formation signature électronique * Ajout formation signature électronique

View File

@ -1,6 +1,3 @@
FROM nginx:1-alpine FROM caddy:2-alpine
COPY src /usr/share/nginx/html ADD src/ /usr/share/caddy/
RUN sed -i 's/worker_processes auto/worker_processes 1/' /etc/nginx/nginx.conf
RUN sed -i 's/worker_processes auto/worker_processes 1/' /etc/nginx/nginx.conf