mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
create tmp and logs folder and make it accessable, normally composer script does that, but it didn't seems to work inside docker
This commit is contained in:
parent
4d2308eb8a
commit
7780bdc3c6
@ -6,7 +6,8 @@ RUN apt-get update \
|
||||
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
|
||||
|
||||
WORKDIR /var/www/cakephp
|
||||
|
||||
RUN mkdir logs && mkdir tmp && chmod 777 logs && chmod 777 tmp
|
||||
COPY ./community_server/ .
|
||||
COPY ./configs/community_server/app.php ./config/
|
||||
RUN composer update
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user