DEV Community

Discussion on: Symfony 5 development with Docker

Collapse
 
bronkes profile image
bronkes

UPDATE 31.07.2021
if someone having the problem with error from apline:
/bin/sh: Operation not permitted
or
*some_command* returned a non-zero code: 2

just change first line in docker/php-fpm/Dockerfile to:
FROM php:8.0-fpm-alpine3.13

They mess something in update 3.14, changing to older version fixes that