Skip to content

Commit

Permalink
change less bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jleonardolemos committed May 19, 2022
1 parent df25273 commit 50e9204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.git
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN IPE_GD_WITHOUTAVIF=1 install-php-extensions bcmath bz2 calendar exif gd gett
mongodb-stable \
imagick-stable

RUN apk add --no-cache --update supervisor=~4.2 nginx=~1.20 nginx-mod-http-headers-more openssh-client git
RUN apk add --no-cache --update supervisor=~4.2 nginx=~1.20 nginx-mod-http-headers-more openssh-client git less

# Instalação do composer
COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer
Expand All @@ -36,7 +36,7 @@ RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
ADD ./public /var/www/app/public
RUN chown -R app:app /var/www/app

WORKDIR /var/www
WORKDIR /var/www/app

EXPOSE 80

Expand Down

0 comments on commit 50e9204

Please sign in to comment.