Skip to content

Commit 6c8762a

Browse files
committed
Update Dockerfile
1 parent 72a75c7 commit 6c8762a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,10 @@ WORKDIR /opt/www
4949

5050
# Composer Cache
5151
# COPY ./composer.* /opt/www/
52-
# RUN composer install --no-dev
52+
# RUN composer install --no-dev --no-scripts
5353

5454
COPY . /opt/www
55-
RUN composer install --no-dev \
56-
&& composer dump-autoload -o \
57-
&& composer init-proxy
55+
RUN composer install --no-dev -o
5856

5957
EXPOSE 9501
6058

0 commit comments

Comments
 (0)