################################################################################
# Base image
################################################################################

FROM tianon/true

################################################################################
# Build instructions
################################################################################

COPY . /var/www
