Skip to content

Commit

Permalink
fix: add missing ssr files (#304)
Browse files Browse the repository at this point in the history
* fix: add missing ssr files

* expand dockerignore
  • Loading branch information
andreiio authored Nov 13, 2023
1 parent e10d01a commit f5ea552
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/.git
/.github
/.githooks
/.husky
/.idea
/.vscode
/bootstrap/cache/*.php
/bootstrap/ssr
/coverage
/node_modules
/public/assets
Expand All @@ -23,7 +25,16 @@
_ide_helper_models.php
_ide_helper.php
.DS_Store
.dockerignore
.env
.env.*
.gitattributes
.gitignore
.nvmrc
.php-cs-fixer.dist.php
.prettierrc
.editorconfig
jsconfig.json
.php_cs.cache
.php-cs-fixer.cache
.phpstorm.meta.php
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ COPY docker/php/www.conf /usr/local/etc/php-fpm.d/zz-docker.conf
COPY docker/s6-rc.d /etc/s6-overlay/s6-rc.d

COPY --from=assets --chown=www-data:www-data /build/public/build /var/www/public/build
COPY --from=assets /build/bootstrap/ssr /var/www/bootstrap/ssr
COPY --from=assets /build/node_modules /var/www/node_modules
COPY --from=assets /usr/lib /usr/lib
COPY --from=assets /usr/local/share /usr/local/share
Expand Down

0 comments on commit f5ea552

Please sign in to comment.