FROM registry.greenweb.ir/php:7.4
ARG GITLAB_TOKEN

# set gitlab token
RUN composer config --global gitlab-token.git.greenweb.ir ___token___ $GITLAB_TOKEN
