Skip to content

Instantly share code, notes, and snippets.

@esron
Last active August 22, 2018 12:05
Show Gist options
  • Select an option

  • Save esron/3c73bf7f83f503464be5a634e43a4e33 to your computer and use it in GitHub Desktop.

Select an option

Save esron/3c73bf7f83f503464be5a634e43a4e33 to your computer and use it in GitHub Desktop.
Docker plus Laravel Dockerfile
FROM debian:jessie
RUN apt-get update && apt-get install -y cowsay fortune
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment