From 68821fb0d30d82729e7eb8a7c2e7fdddb354d442 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Wed, 29 Nov 2023 23:07:50 -0300 Subject: [PATCH] Changed start location in cli --- CLI.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLI.Dockerfile b/CLI.Dockerfile index 059a50f..44eb32c 100644 --- a/CLI.Dockerfile +++ b/CLI.Dockerfile @@ -9,7 +9,7 @@ RUN pecl install xdebug-3.2.2 \ COPY ./php-errors.ini /usr/local/etc/php/conf.d/docker-php-errors.ini -WORKDIR /code +WORKDIR /code/bin COPY ./cli/crontab /var/spool/cron/crontabs/root