Skip to content

Commit

Permalink
Merge pull request Dashticz#831 from lokonli/v3.8-master
Browse files Browse the repository at this point in the history
V3.8 master
  • Loading branch information
lokonli authored Apr 10, 2021
2 parents 1b4da19 + b90775f commit d730d7a
Show file tree
Hide file tree
Showing 140 changed files with 20,068 additions and 9,728 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#The docker build doesn't require anything, so just ignore all
*

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
Makefile.ini
/custom/*
/custom_2/*
.env
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
FROM php:7.4-apache
#Default value in case no build argument:
ARG tz="Europe/Amsterdam"
RUN printf "[PHP]\ndate.timezone = $tz\n" > /usr/local/etc/php/conf.d/tzone.ini
RUN printf "[PHP]\ndate.timezone = $tz\n" > /usr/local/etc/php/conf.d/tzone.ini && \
mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
#RUN printf "[PHP]\ndate.timezone = $tz\n" > /usr/local/etc/php/conf.d/tzone.ini
SHELL ["/bin/bash", "-c"]
Loading

0 comments on commit d730d7a

Please sign in to comment.