Skip to content

Commit d5d2ba3

Browse files
committed
fix: début de liste de site ccn
1 parent a5db56d commit d5d2ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM php:8.2-apache-bullseye AS base
22
ENV SPIP_VERSION 4.3
33
ENV SPIP_PACKAGE 4.3.2
4-
ENV LISTE_CCN
4+
ENV LISTE_CCN="archives fictions ontourne zerodechet"
55

66
RUN set -eux; \
77
apt-get update; \
@@ -170,7 +170,7 @@ ENV PHP_MAX_EXECUTION_TIME 60
170170
ENV PHP_MEMORY_LIMIT 256M
171171
ENV PHP_POST_MAX_SIZE 40M
172172
ENV PHP_UPLOAD_MAX_FILESIZE 32M
173-
ENV PHP_TIMEZONE America/Guadeloupe
173+
ENV PHP_TIMEZONE Europe/Paris
174174

175175
EXPOSE 80
176176

0 commit comments

Comments
 (0)