Update Dockerfile

This commit is contained in:
Daniil Gentili 2024-05-27 17:05:36 +02:00 committed by GitHub
parent e050a07d93
commit e8d0aa8e6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,6 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
COPY --from=ghcr.io/ufoscout/docker-compose-wait:latest /wait /usr/local/bin/docker-compose-wait
ADD docker/php/conf.d/. "$PHP_INI_DIR/conf.d/"
EXPOSE 9503
ENTRYPOINT ["./entrypoint.sh"]