We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbeb881 commit 42bd7f6Copy full SHA for 42bd7f6
alpine/Dockerfile
@@ -3,7 +3,7 @@ FROM ghcr.io/friendsofshopware/platform-plugin-dev-base:${PHP_VERSION}-alpine
3
4
ARG SHOPWARE_VERSION=dev-trunk
5
6
-ENV SHOPWARE_BUILD_DIR /opt/shopware
+ENV SHOPWARE_BUILD_DIR=/opt/shopware
7
8
RUN \
9
if echo "${SHOPWARE_VERSION}" | grep -q '^v6.4.*'; then \
debian/Dockerfile
@@ -3,7 +3,7 @@ FROM ghcr.io/friendsofshopware/platform-plugin-dev-base:${PHP_VERSION}-debian
0 commit comments