Removed dockerfile
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
FROM php:7.2-apache
|
||||
|
||||
COPY . /var/www/html
|
||||
|
||||
EXPOSE 80
|
||||
|
Reference in New Issue
Block a user
@ -1,6 +0,0 @@
|
||||
FROM php:7.2-apache
|
||||
|
||||
COPY . /var/www/html
|
||||
|
||||
EXPOSE 80
|
||||
|