Compare commits
No commits in common. "9530b07eefdb1ca3ce04a2a3cda218d705a3d5d8" and "fb7773e195cff0b715636805a06e80dbc06b344e" have entirely different histories.
9530b07eef
...
fb7773e195
@ -1,3 +0,0 @@
|
||||
## 1.2.1 - 2024-11-06
|
||||
### Fixed
|
||||
* Use nginx instead of caddy
|
@ -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).
|
||||
|
||||
|
||||
## 1.2.1 - 2024-11-06
|
||||
### Fixed
|
||||
* Use nginx instead of caddy
|
||||
|
||||
## 1.2.0 - 2024-11-06
|
||||
### Added
|
||||
* Ajout formation signature électronique
|
||||
|
@ -1,6 +1,3 @@
|
||||
FROM nginx:1-alpine
|
||||
FROM caddy:2-alpine
|
||||
|
||||
COPY src /usr/share/nginx/html
|
||||
|
||||
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
|
||||
ADD src/ /usr/share/caddy/
|
||||
|
Loading…
Reference in New Issue
Block a user