Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
1fd28532
Commit
1fd28532
authored
Nov 26, 2019
by
Dominik Hebeler
Browse files
Added timezone to Docker image
parent
8a761008
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
1fd28532
...
...
@@ -20,6 +20,9 @@ RUN sed -i 's/listen.owner = www-data/listen.owner = nginx/g' /etc/php/7.3/fpm/p
sed
-i
's/;cgi.fix_pathinfo=1/cgi.fix_pathinfo=0/g'
/etc/php/7.3/fpm/php.ini
&&
\
mkdir
/html
# Set correct timezone
RUN
ln
-fs
/usr/share/zoneinfo/Europe/Berlin /etc/localtime
&&
dpkg-reconfigure
-f
noninteractive tzdata
WORKDIR
/html
EXPOSE
80
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment