Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12241316
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
513 B
Referenced Files
None
Subscribers
None
Dockerfile
View Options
#
# 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
Details
Attached
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)
Attached To
Mode
rDCACHET Cachet Docker image
Attached
Detach File
Event Timeline
Log In to Comment