Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11725136
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
760 B
Referenced Files
None
Subscribers
None
Dockerfile
View Options
#
# Nasqueron - Phabricator image
#
FROM nasqueron/nginx-php-fpm
MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
#
# Prepare the container
#
RUN apt-get update && apt-get install -y \
mercurial subversion python3-pygments openssh-client \
mariadb-client procps \
--no-install-recommends && rm -r /var/lib/apt/lists/*
RUN cd /opt && \
git clone https://github.com/phacility/arcanist.git && \
git clone https://github.com/phacility/phabricator.git && \
mkdir -p /var/tmp/phd && \
chown app:app /var/tmp/phd
COPY files /
#
# Docker properties
#
VOLUME ["/opt/phabricator/conf/local", "/var/repo"]
WORKDIR /opt/phabricator
CMD ["/usr/local/sbin/init-container"]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 18, 19:10 (57 m, 45 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2991409
Default Alt Text
Dockerfile (760 B)
Attached To
Mode
rDPHAB Docker image for Phabricator
Attached
Detach File
Event Timeline
Log In to Comment