Skip to content

Commit

Permalink
fix folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rdurica committed Oct 1, 2023
1 parent 9a16758 commit c37530a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY build/test/php.ini /usr/local/etc/php/php.ini

WORKDIR /app/src

RUN mkdir log && mkdir temp && mkdir temp/cache && mkdir www/b_day_challange && chmod 777 log && chmod -R 777 temp && chmod -R 777 www
RUN mkdir log && mkdir temp && mkdir temp/cache && mkdir www && mkdir www/b_day_challange && chmod 777 log && chmod -R 777 temp && chmod -R 777 www

COPY . /app

Expand Down

0 comments on commit c37530a

Please sign in to comment.