Skip to content

Commit

Permalink
fix: permissions broken by copy
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Sep 19, 2023
1 parent b9e1b03 commit ef48158
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions images/6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN apk add --no-cache \
mkdir /run/mysqld/ && chown -R mysql:mysql /run/mysqld/ && \
apk add --no-cache icu-data-full

ARG SHOPWARE_VERSION=6.5.3.3
ARG SHOPWARE_VERSION=6.5.5.1

COPY rootfs/usr /usr

Expand All @@ -89,11 +89,12 @@ RUN /usr/bin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/li
php bin/console store:download -p SwagLanguagePack && \
git clone https://github.com/shopwareLabs/SwagTestEnvironment.git /var/www/shop/custom/plugins/SwagTestEnvironment --depth=1 && \
php bin/console plugin:refresh && \
php bin/console plugin:install -n --activate SwagLanguagePack FroshPlatformAdminer SwagTestEnvironment FroshTools && \
chown -R 1000 /var/www/shop /tmp/composer
php bin/console plugin:install -n --activate SwagLanguagePack FroshPlatformAdminer SwagTestEnvironment FroshTools

COPY rootfs /

RUN chown -R 1000 /var/www/shop /tmp/composer

EXPOSE 80
WORKDIR /var/www/shop

Expand Down

0 comments on commit ef48158

Please sign in to comment.