Skip to content

Commit

Permalink
no need for "external" dir in a container
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Mar 19, 2019
1 parent 7806278 commit dfcaf43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
!/composer.*
!/config/
!/docker/
!/external/
!/src/
!/vendor/
!/webroot/
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RUN composer require --update-no-dev --no-scripts alcaeus/mongo-php-adapter ^1.1
RUN composer install $COMPOSER_FLAGS --no-scripts --no-autoloader

# copy rest of the project. copy in order that is least to most changed
COPY --from=source /app/external ./external
COPY --from=source /app/webroot ./webroot
COPY --from=source /app/src ./src
COPY --from=source /app/config ./config
Expand Down

0 comments on commit dfcaf43

Please sign in to comment.