-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from powli/main
Generate images for 6.5
- Loading branch information
Showing
93 changed files
with
873 additions
and
1,484 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
FROM ghcr.io/shyim/shopware-nginx:${PHP_VERSION} | ||
|
||
COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer | ||
|
||
RUN cd /var/www/ &&\ | ||
rm -rf /var/www/html && \ | ||
composer create-project shopware/production:${SHOPWARE_VERSION} /var/www/html && \ | ||
cd /var/www/html && \ | ||
mkdir /state && \ | ||
touch /var/www/html/install.lock && \ | ||
echo "${SHOPWARE_VERSION}" > /shopware_version && \ | ||
chown -R www-data:www-data /var/www | ||
|
||
VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.