Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3767191
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
878 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Nov 24, 22:56 (13 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259099
Default Alt Text
(878 B)
Attached To
Mode
rDGROVE Docker image for Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment