Updates development.sh
This commit is contained in:
parent
79a209c469
commit
5dc422619b
5 changed files with 13 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM php:7.2.5-fpm-alpine3.7 as build
|
||||
FROM php:7.2.11-fpm-alpine3.7 as build
|
||||
|
||||
RUN apk update \
|
||||
&& apk add --no-cache libpng-dev zeromq-dev git \
|
||||
|
|
@ -41,7 +41,6 @@ COPY static/entrypoint.sh /
|
|||
WORKDIR /var/www/html
|
||||
COPY --chown=nobody --from=build /app pathfinder
|
||||
|
||||
|
||||
RUN chmod 0766 pathfinder/logs pathfinder/tmp/ && rm index.php && touch /etc/nginx/.setup_pass && chmod +x /entrypoint.sh
|
||||
COPY static/pathfinder/routes.ini /var/www/html/pathfinder/app/
|
||||
COPY static/pathfinder/environment.ini /var/www/html/pathfinder/app/templateEnvironment.ini
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue