Skip to content

Commit

Permalink
Merge pull request #353 from perftools/package-external
Browse files Browse the repository at this point in the history
Allow external/import.php to be included into docker image
  • Loading branch information
glensc authored Oct 22, 2020
2 parents 05d1146 + 1aece2e commit 4500938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/*
!/composer.*
!/config/
!/external/
!/src/
!/vendor/
!/webroot/
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ 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/webroot ./webroot
COPY --from=source /app/external ./external
COPY --from=source /app/src ./src
COPY --from=source /app/config ./config

Expand Down

0 comments on commit 4500938

Please sign in to comment.