← Back
Editing: Dockerfile
FROM ghcr.io/arithmetic-manager/php-8.2-fpm:latest # Install Symfony RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \ && apt-get update && apt-get install -y symfony-cli ENV APP_ENV=test EXPOSE 8000 CMD ["sh", "-c", "rm -rf ~/.symfony5 && symfony server:start --no-tls --allow-http --allow-all-ip"]
Save File
Cancel