mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Fix for windows Docker
This commit is contained in:
parent
601311beef
commit
4390603cdd
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user