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
Sun, Oct 12, 05:01 (1 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065026
Default Alt Text
Dockerfile (513 B)

Event Timeline