ADD file:32ff5e7a78b890996ee4681cc0a26185d3e9acdb4eb1e2aaccb2411f922fed6b in / |
CMD ["/bin/sh"] |
LABEL Maintainer=TMS <tms@lameops.io> Description=Omeka S docker container with NGINX |
/bin/sh -c apk --update add ca-certificates |
/bin/sh -c apk --no-cache add php82 php82-fpm php82-opcache php82-openssl php82-curl php82-pdo php82-pdo_mysql php82-session php82-mbstring php82-fileinfo php82-xml nginx supervisor curl unzip imagemagick |
COPY file:f91b2615deeb5d5f04e8a5c12680bca61444474c0edad72eb2bb3cb4b09f132a in /etc/nginx/nginx.conf |
COPY file:f29e901626f90eb7a66447960931f95ea36f378e82d39560307086b667d3eb68 in /etc/php82/php-fpm.d/www.conf |
COPY file:748698cbb087869058266080913f3bca9aca46123031c231dece2f17fd00a4ca in /etc/php82/conf.d/custom.ini |
COPY file:a9814f36dec29016c8ad40d9c12085e61c717460ead2a799a82920bbb50792d0 in /etc/supervisor/conf.d/supervisord.conf |
/bin/sh -c mkdir -p /var/www/html |
WORKDIR /tmp |
ADD fd129a41909fb32b44211c09eb97aec24f5339a1f030ae418c65e0308a70340b in /tmp |
/bin/sh -c unzip omeka-s-4.0.4.zip -d /var/www/html/ && rm omeka-s-4.0.4.zip |
/bin/sh -c addgroup -S dockergroup -g 1000 && adduser -S dockeruser -u 1000 -G dockergroup |
/bin/sh -c chown -R 1000:1000 /var/www/html && chown -R 1000:1000 /run && chown -R 1000:1000 /var/lib/nginx && chown -R 1000:1000 /var/log/nginx && chown -R 1000:1000 /var/log/php82 |
WORKDIR /var/www/html/omeka-s |
USER dockeruser |
EXPOSE 8080 |
CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"] |
HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail http://127.0.0.1:8080/fpm-ping"] "0s" "10s" "0s" '\x00'} |