Skip to content

Commit

Permalink
use mysql for shopware6 also
Browse files Browse the repository at this point in the history
  • Loading branch information
Forestsoft-de committed Nov 22, 2023
1 parent 6b0f99f commit fad336c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/database/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY --from=builder /docker-entrypoint-initdb.d/ /docker-entrypoint-initdb.d/
COPY --from=builder /root/.my.cnf /root/.my.cnf
HEALTHCHECK --timeout=5s --start-period=30s CMD /usr/bin/mysql $MYSQL_DATABASE -e "SELECT COUNT(*) as cnt FROM s_core_shops" || exit 1

FROM mariadb:10.3.29 as shopware6
FROM mysql:$VERSION as shopware6

ARG SW_VERSION=6.4.2.0
ARG SW_MAJOR=6
Expand Down

0 comments on commit fad336c

Please sign in to comment.