Page MenuHomeDevCentral

Dockerfile
No OneTemporary

Dockerfile

#
# Nasqueron - Phabricator image
#
FROM node
MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
RUN cd /opt && \
git clone https://github.com/phacility/libphutil.git && \
git clone https://github.com/phacility/phabricator.git && \
cd phabricator/support/aphlict/server/ && \
npm install ws
EXPOSE 22280 22281
WORKDIR /opt/phabricator/support/aphlict/server
CMD [ "node", "aphlict_server.js", "--admin-host=0.0.0.0" ]

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 18, 00:25 (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2989536
Default Alt Text
Dockerfile (478 B)

Event Timeline