diff --git a/Dockerfile b/Dockerfile index da59608..7ff409a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["./entrypoint.sh"]