ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in / |
CMD ["/bin/sh"] |
RUN /bin/sh -c apk add --no-cache php83-fpm php83-cli php83-curl php83-iconv php83-gd php83-mbstring php83-posix php83-phar php83-openssl php83-ctype php83-tokenizer php83-xml php83-session php83-dom php83-pecl-imagick php83-zip php83-xmlwriter php83-simplexml php83-xmlreader php83-pdo php83-pdo_sqlite php83-pdo_mysql php83-fileinfo php83-exif tini nginx supervisor # buildkit |
COPY /usr/bin/composer /usr/bin/composer # buildkit |
COPY ./config/supervisor/* /etc/supervisor.d/ # buildkit |
COPY ./config/frameworks/* /scripts/frameworks/ # buildkit |
COPY ./config/nginx/* /etc/nginx/http.d/ # buildkit |
COPY ./config/entrypoint.sh /scripts/entrypoint.sh # buildkit |
ENTRYPOINT ["/sbin/tini" "--"] |
CMD ["/bin/sh" "-c" "/scripts/entrypoint.sh"] |
WORKDIR /application |
EXPOSE map[80/tcp:{}] |