svg
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
FROM reg.cadoles.com/envole/nineapache:8.2
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk add --no-cache tzdata
|
||||
ENV TZ=Europe/Paris
|
||||
RUN ln -sf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo "Europe/Paris" > /etc/timezone
|
||||
|
||||
COPY ./misc/docker/apache.conf /etc/apache2/conf.d/nine/site.conf
|
||||
|
||||
WORKDIR /app
|
||||
|
Reference in New Issue
Block a user