mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Docker End of Line Fix
This commit is contained in:
parent
4e98de314a
commit
de2cd7ec5c
@ -44,8 +44,8 @@ RUN docker-php-ext-install gd
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN ["chmod", "+x", "./docker/php/entrypoint.sh"]
|
#RUN ["chmod", "+x", "./docker/php/entrypoint.sh"]
|
||||||
#CMD ["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