Oct 24, 2020
0
Level 2
Docker build error
This is my docker file and im trying to build the container with this command
docker build -t myphpcontainerwithmysqli . and I am facing this error
Invalid signal: SIGWINCH
dockerfile
FROM php:7.3-apache
RUN docker-php-ext-install mysqli
COPY index.php /var/www/html/
Please or to participate in this conversation.