Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrouth committed Feb 28, 2024
1 parent 5a97daa commit af2710e
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 193 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer="[email protected]"
COPY api/composer.json composer.json
COPY api/composer.lock composer.lock
COPY api/plugins ./plugins
RUN composer install --ignore-platform-reqs --no-interaction --prefer-dist
RUN composer install --ignore-platform-reqs --no-interaction --prefer-dist --optimize-autoloader --classmap-authoritative

FROM us-central1-docker.pkg.dev/skyviewer/public-images/craft-base-image:$BASE_TAG

Expand Down
4 changes: 2 additions & 2 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"require": {
"carlcs/craft-assetmetadata": "^4.0",
"castiron/next-builds": "^1.0",
"craftcms/aws-s3": "2.0.3",
"craftcms/cms": "4.5.4",
"craftcms/contact-form": "3.0.1",
"craftcms/contact-form-honeypot": "^2.0.0",
Expand All @@ -16,7 +15,8 @@
"venveo/craft-bulkedit": "4.0.1",
"verbb/super-table": "3.0.9",
"vlucas/phpdotenv": "^3.4.0",
"wrav/oembed": "^2.2.2"
"wrav/oembed": "^2.2.2",
"yiisoft/yii2-redis": "^2.0"
},
"repositories": [
{
Expand Down
237 changes: 47 additions & 190 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af2710e

Please sign in to comment.