FROM composer:latest AS tgscraper MAINTAINER Sys WORKDIR /app COPY . . RUN composer install WORKDIR /artifacts VOLUME /artifacts ENTRYPOINT ["php", "/app/bin/tgscraper"]