Séparer templates de public/ -> templates/

Séparer embedFS en publicFS et templatesFS
This commit is contained in:
Victor Lacasse-Beaudoin 2023-07-04 21:57:13 -04:00
parent 129e8fbf1b
commit 2eee1f2fd2
14 changed files with 26 additions and 9 deletions

View file

@ -16,6 +16,8 @@ ADD config/ config/
ADD media/ media/
ADD templates/ templates/
RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o agecem-org .
# Alpine