Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Sep 19, 2023
1 parent 5977dfb commit 22ab89e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 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/usr /usr
COPY rootfs /

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,8 +92,6 @@ 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 22ab89e

Please sign in to comment.