Page MenuHomeDevCentral

No OneTemporary

diff --git a/Dockerfile b/Dockerfile
index ace7099..913e883 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,29 +1,28 @@
#
# Nasqueron - Auth Grove image
#
FROM nasqueron/nginx-php7-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 && \
+ git clone https://devcentral.nasqueron.org/source/auth-grove.git . && \
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/x-diff
Expires
Sun, Nov 24, 22:56 (15 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259099
Default Alt Text
(878 B)

Event Timeline