Can’t build docker image with PHP 7.4 from php-apache
I have this Dockerfile FROM php:7.4-apache RUN apt-get update && apt-get install -y curl g++ git libbz2-dev libfreetype6-dev libicu-dev libjpeg-dev
Continue readingDocker questions and answers
I have this Dockerfile FROM php:7.4-apache RUN apt-get update && apt-get install -y curl g++ git libbz2-dev libfreetype6-dev libicu-dev libjpeg-dev
Continue readingI’m trying to dockerize my laravel application. I have this Dockerfile FROM php:7.4-apache # 1. Install development packages and clean
Continue readingI have this docker-compose.yml (part of the main file) services: my-site: build: context: . dockerfile: Dockerfile container_name: my-site environment: VIRTUAL_HOST:
Continue readingI’m running Laravel on docker. The web app works fine and other post man requests work fine till I get
Continue reading