From 4fc6bc897508832227980f9182f34655c350688f Mon Sep 17 00:00:00 2001
From: "Alex. Plokhikh" <a.plohih@iqdev.digital>
Date: Wed, 17 Apr 2024 12:21:21 +0500
Subject: [PATCH] -

---
 Dockerfile | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index ab10088..e69de29 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,13 +0,0 @@
-FROM php:alpine
-
-VOLUME ./:./app
-
-WORKDIR app
-
-COPY . .
-
-ENV COMPOSER_ALLOW_SUPERUSER=1
-RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
-RUN composer install
-
-CMD ["php"]
\ No newline at end of file
-- 
GitLab