Page MenuHomeDevCentral

Dockerfile
No OneTemporary

Dockerfile

#
# Nasqueron - Auth Grove image
#
FROM nasqueron/nginx-php-fpm:novolume
MAINTAINER Nasqueron Organisation <docker@nasqueron.org>
#
# Prepare the container
#
COPY files /
WORKDIR /var/wwwroot/default
RUN setup-nodesource-deb && apt-get install -y nodejs && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
git init && git remote add origin https://github.com/nasqueron/auth-grove.git && \
git fetch && git checkout -t origin/master && \
composer install --no-dev -o && \
npm install -g gulp && \
npm install && \
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:33 (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065206
Default Alt Text
Dockerfile (652 B)

Event Timeline