Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12241350
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
676 B
Referenced Files
None
Subscribers
None
Dockerfile
View Options
#
# Nasqueron - Pixelfed image
#
FROM nasqueron/nginx-php7-fpm:novolume
MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
#
# Prepare the container
#
COPY files /
WORKDIR /var/wwwroot/default
RUN apt-get update && apt-get install -y --no-install-recommends \
optipng pngquant jpegoptim gifsicle && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
git init && git remote add origin https://github.com/pixelfed/pixelfed.git && \
git fetch && git checkout -t origin/dev && \
composer install --no-dev -o && \
chown -R app:app /var/wwwroot/default
#
# Run the container
#
CMD ["/usr/local/sbin/init-container"]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 12, 05:01 (6 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065048
Default Alt Text
Dockerfile (676 B)
Attached To
Mode
rDPIXEL Docker image for Pixelfed
Attached
Detach File
Event Timeline
Log In to Comment