Skip to content

Commit

Permalink
Revert "Update Dockerfile"
Browse files Browse the repository at this point in the history
This reverts commit 22ab89e.
  • Loading branch information
shyim committed Sep 19, 2023
1 parent 22ab89e commit b9e1b03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN apk add --no-cache \

ARG SHOPWARE_VERSION=6.5.3.3

COPY rootfs /
COPY rootfs/usr /usr

RUN /usr/bin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --user=mysql & sleep 2 && \
mysqladmin --user=root password 'root' && \
Expand All @@ -92,6 +92,8 @@ RUN /usr/bin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/li
php bin/console plugin:install -n --activate SwagLanguagePack FroshPlatformAdminer SwagTestEnvironment FroshTools && \
chown -R 1000 /var/www/shop /tmp/composer

COPY rootfs /

EXPOSE 80
WORKDIR /var/www/shop

Expand Down

0 comments on commit b9e1b03

Please sign in to comment.