Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: use ubuntu:xenial with php7.0 #3616

Merged
merged 1 commit into from
Jun 2, 2017

Conversation

morph027
Copy link

Using Ubuntu, which comes with PHP 7.0 ootb, we can speed up things a bit (opcache, generally faster).

I've also added tini as "init" daemon which takes care of some basic pid handling (reaping zombies,...).

@@ -1,5 +1,4 @@
#!/bin/sh
cd /var/www/html
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not neccessary, as we already set WORKDIR in Dockerfile.

@snipe snipe merged commit 7c8dc9f into snipe:master Jun 2, 2017
snipe added a commit that referenced this pull request Jun 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants