Skip to content

Commit c5639fb

Browse files
fix: update dockerfile to fix build
1 parent 81af21b commit c5639fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN \
2626
git clone -b ${SHOPWARE_VERSION} --depth 1 "${TEMPLATE_REPOSITORY}" "${SHOPWARE_BUILD_DIR}" && \
2727
cd "${SHOPWARE_BUILD_DIR}" && \
2828
if echo "${SHOPWARE_VERSION}" | grep -q '^v6.4.*'; then \
29-
git apply /tmp/Migration1586260286AddProductMainVariant.php.patch && \
29+
git apply /tmp/Migration1586260286AddProductMainVariant.php.patch; \
3030
fi && \
3131
rm /tmp/Migration1586260286AddProductMainVariant.php.patch && \
3232
mkdir -p custom && \

0 commit comments

Comments
 (0)