Skip to content

Instantly share code, notes, and snippets.

@lumue
Last active October 31, 2015 06:04
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 lumue/6c88a753403b9fe0eaee to your computer and use it in GitHub Desktop.
Save lumue/6c88a753403b9fe0eaee to your computer and use it in GitHub Desktop.
Dockerfile for a datacontainer exposing /databases and /work volumes for a webapp
FROM debian:jessie
MAINTAINER Lutz Mueller <mueller.lutz@gmail.com>
RUN mkdir /databases && mkdir /work
VOLUME ["/databases", "/work"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment