Fix for windows Docker

This commit is contained in:
fatihalp 2023-07-23 16:52:33 +03:00
parent 601311beef
commit 4390603cdd

View File

@ -44,7 +44,8 @@ RUN docker-php-ext-install gd
COPY . . COPY . .
CMD ["docker/php/entrypoint.sh"] RUN ["chmod", "+x", "./docker/php/entrypoint.sh"]
#CMD ["docker/php/entrypoint.sh"]
FROM base AS development FROM base AS development