From 473c084a8b3cb201c3192920e7689224cbfc32b9 Mon Sep 17 00:00:00 2001 From: Soner Sayakci Date: Thu, 13 Jun 2024 21:07:54 +0200 Subject: [PATCH] fix: cleanup --- Dockerfile | 46 +++++++++++++++++++++++++++++++++++++++++++++ Dockerfile.php | 1 + rootfs/etc/Procfile | 2 +- 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..fd36ec8 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,46 @@ +ARG PHP_VERSION=8.2 + +FROM friendsofshopware/shopware-cli:latest-php-${PHP_VERSION} as creation +ARG SHOPWARE_VERSION=6.6.3.0 + +RUN <