Snippets

Webwijs Hypernode Dockerfile

Created by Mark Postema
1
2
3
4
5
FROM docker.hypernode.com/byteinternet/hypernode-docker:latest
MAINTAINER Mark Postema <mark@webwijs.nu>

RUN echo "app     ALL = (ALL) NOPASSWD: ALL" >> /etc/sudoers
RUN apt-get update && apt-get install -y php-xdebug

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.