Add docker
This commit is contained in:
parent
2e349f4dec
commit
ee2dfb943b
2 changed files with 33 additions and 0 deletions
11
docker/php/Dockerfile
Normal file
11
docker/php/Dockerfile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
FROM php:7.2-cli
|
||||
COPY . /var/www
|
||||
WORKDIR /var/www
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
curl \
|
||||
git \
|
||||
gnupg \
|
||||
unzip
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue