Compare commits
3 Commits
formation-
...
v1.2.1
Author | SHA1 | Date | |
---|---|---|---|
9530b07eef
|
|||
5ea5f985c9
|
|||
fb7773e195
|
@@ -1,3 +0,0 @@
|
||||
## 1.1.0-beta0 - 2024-11-05
|
||||
### Added
|
||||
* add formation signature électornique
|
3
.changes/1.2.0.md
Normal file
3
.changes/1.2.0.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.2.0 - 2024-11-06
|
||||
### Added
|
||||
* Ajout formation signature électronique
|
3
.changes/1.2.1.md
Normal file
3
.changes/1.2.1.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.2.1 - 2024-11-06
|
||||
### Fixed
|
||||
* Use nginx instead of caddy
|
@@ -1,3 +0,0 @@
|
||||
kind: Added
|
||||
body: Ajout formation signature électronique
|
||||
time: 2024-11-05T21:47:19.777481719+01:00
|
@@ -6,6 +6,14 @@ 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.0.0 - 2024-09-30
|
||||
### Added
|
||||
* first release with changie
|
||||
|
@@ -1,3 +1,6 @@
|
||||
FROM caddy:2-alpine
|
||||
FROM nginx:1-alpine
|
||||
|
||||
ADD src/ /usr/share/caddy/
|
||||
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
|
||||
|
Reference in New Issue
Block a user