Skip to content

Instantly share code, notes, and snippets.

@ruthgeridema
Created October 15, 2018 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruthgeridema/4c863412bdf8e833ea1b67384586d2bc to your computer and use it in GitHub Desktop.
Save ruthgeridema/4c863412bdf8e833ea1b67384586d2bc to your computer and use it in GitHub Desktop.
Dockerfile | Local development with the Hypernode Docker container (Linux)
FROM docker.hypernode.com/byteinternet/hypernode-docker:latest
MAINTAINER Ruthger Idema <ruthger.idema@guapa.nl>
RUN echo "app ALL = (ALL) NOPASSWD: ALL" >> /etc/sudoers
RUN apt-get update && apt-get install -y php-xdebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment