Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11725003
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
629 B
Referenced Files
None
Subscribers
None
Dockerfile
View Options
#
# 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 python2 g++ && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
git clone https://devcentral.nasqueron.org/source/auth-grove.git . && \
chown -R app:app /var/wwwroot/default
USER app
RUN composer install --no-dev --no-scripts -o && \
npm install && \
npm run production
#
# Run the container
#
USER root
CMD ["/usr/local/sbin/init-container"]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 18, 19:00 (7 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2991310
Default Alt Text
Dockerfile (629 B)
Attached To
Mode
rDGROVE Docker image for Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment