You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to create a Two-step provisioning image with the official neos-demo distribution repository url:
FROM dimaip/docker-neos-alpine:latest
ENV PHP_TIMEZONE=Europe/Zurich
ENV REPOSITORY_URL=https://github.com/neos/neos-demo-distribution.git
RUN /provision-neos.sh
At the composer install line of the provision-neos.sh it hangs. My cpu load is at 100% since about 2 hours and nothing happens.
The text was updated successfully, but these errors were encountered:
Try to create a Two-step provisioning image with the official neos-demo distribution repository url:
At the
composer install
line of theprovision-neos.sh
it hangs. My cpu load is at 100% since about 2 hours and nothing happens.The text was updated successfully, but these errors were encountered: