Skip to content
Snippets Groups Projects
Commit ff20c4d2 authored by Александр Плохих's avatar Александр Плохих :waxing_gibbous_moon:
Browse files

create Dockerfile

parent f205f644
No related branches found
No related tags found
2 merge requests!11Sta 928,!10Dockerfile
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment