-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Cloud Run Dockerfile version? #50
Comments
See below a kinda working version to use with Google Cloud Run, just not able to find the "backend" : `FROM php:7.4-apache RUN apt-get update && apt-get install -y cron git-core jq unzip vim zip RUN { RUN { ENV COMPOSER_ALLOW_SUPERUSER=1 RUN curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer && RUN a2enmod rewrite COPY config/docker /usr/src/octobercms-config-docker ENV OCTOBERCMS_TAG v1.0.473 RUN php -r "use System\Models\Parameter; RUN echo "* * * * * /usr/local/bin/php /var/www/html/artisan schedule:run > /proc/1/fd/1 2>/proc/1/fd/2" > /etc/cron.d/october-cron && RUN echo 'exec php artisan "$@"' > /usr/local/bin/artisan && COPY docker-oc-entrypoint /usr/local/bin/ |
Hey Guys,
Great job! Any chance you will create a dockerfile version for deployment to Google Cloud Run in the future?
The text was updated successfully, but these errors were encountered: