Skip to content

Commit

Permalink
isntall deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McFadden committed Jul 12, 2024
1 parent 240d4f7 commit d1ea1fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ RUN mkdir -p /tmp
RUN mkdir -p /opt
COPY . /var/www/html/
WORKDIR /var/www/html

COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
RUN composer install
ARG DOCKER_SCRATCH_DIR
ENV DOCKER_SCRATCH_DIR $DOCKER_SCRATCH_DIR
# don't run this in prod
Expand Down

0 comments on commit d1ea1fc

Please sign in to comment.