Update Dockerfile
This commit is contained in:
parent
e1177eda25
commit
9fbbf837f9
@ -6,8 +6,8 @@ LABEL maintainer="brett@kowh.ai"
|
|||||||
ARG TZ
|
ARG TZ
|
||||||
RUN echo $TZ > /etc/timezone
|
RUN echo $TZ > /etc/timezone
|
||||||
RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \
|
RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \
|
||||||
cp /usr/share/zoneinfo/${TZ} /etc/localtime \
|
cp /usr/share/zoneinfo/${TZ} /etc/localtime ;\
|
||||||
fi
|
fi ;
|
||||||
|
|
||||||
# Install any extensions needed by your CKAN instance
|
# Install any extensions needed by your CKAN instance
|
||||||
# (Make sure to add the plugins to CKAN__PLUGINS in the .env file)
|
# (Make sure to add the plugins to CKAN__PLUGINS in the .env file)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user