Page MenuHomeDevCentral

Dockerfile
No OneTemporary

Dockerfile

#
# Nasqueron - Cachet image
#
FROM nasqueron/nginx-php7-fpm:novolume-7.3
MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
#
# Prepare the container
#
COPY files /
WORKDIR /var/wwwroot/default
RUN git init && git remote add origin https://github.com/cachethq/Cachet.git && \
git fetch && git checkout -t origin/2.4 && \
composer install --no-dev -o && \
chown -R app:app /var/wwwroot/default
#
# Run the container
#
CMD ["/usr/local/sbin/init-container"]

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 8, 08:57 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3972600
Default Alt Text
Dockerfile (513 B)

Event Timeline