Filip Pytloun filip

pytloun.eu (latest)

Published 2023-12-29 11:08:35 +00:00 by filip

Installation

docker pull git.fpy.cz/filip/pytloun.eu:latest
sha256:ef6c12d665ff0d1a47d2f675e26c6954987cd798fc74414ee1a388feb4c0dbaf

Image Layers

ADD file:e044496893d9e2cbf5a4b69ccfbb7d2997209962a78a52b6fc091c5b004cc33f in /
CMD ["bash"]
/bin/sh -c apt-get update && apt-get install -y apache2 libapache2-mod-php5 php5-mysql php5-apcu php5-mcrypt && apt-get clean && rm -rf /var/lib/apt/lists/*
/bin/sh -c a2enmod rewrite && rm -rf /var/www/*
COPY dir:c90e96f7369a3594f451c1c165779820049c0a4a31fa1e9842ebf3aa3269ea6e in /var/www/html/
COPY file:d2b6fa29e997c2e7bcd7d9d4c32775b6f3c6580d7e5cea7d94eaf5d4d81b9c40 in /var/www/html/
ENV APACHE_RUN_USER=www-data
ENV APACHE_RUN_GROUP=www-data
ENV APACHE_LOCK_DIR=/var/lock/apache2
ENV APACHE_LOG_DIR=/var/log/apache2
ENV APACHE_PID_FILE=/var/run/apache2/apache2.pid
ENV APACHE_SERVER_NAME=localhost
/bin/sh -c echo '<VirtualHost *:80>\n DocumentRoot /var/www/html \n ErrorLog /proc/self/fd/2 \n CustomLog /proc/self/fd/1 combined \n <Directory /> \n Options +FollowSymLinks \n AllowOverride all \n </Directory> \n <Directory /var/www/html> \n Options +Indexes +FollowSymLinks +MultiViews \n AllowOverride all \n Require all granted \n </Directory> \n </VirtualHost>' >/etc/apache2/sites-available/000-default.conf
EXPOSE 80
ENTRYPOINT ["/usr/sbin/apache2ctl"]
CMD ["-D" "FOREGROUND"]
Details
Container
2023-12-29 11:08:35 +00:00
0
OCI / Docker
linux/amd64
110 MiB
Versions (1) View all
latest 2023-12-29