kumbiaphp-base.dockerfile 295 B

1234567
  1. FROM tfb/php7:latest
  2. ADD ./ /kumbiaphp
  3. WORKDIR /kumbiaphp
  4. RUN git clone -b v1.0.0-rc.2 --single-branch --depth 1 https://github.com/KumbiaPHP/KumbiaPHP.git vendor/Kumbia
  5. RUN git clone -b v0.4.0 --single-branch --depth 1 https://github.com/KumbiaPHP/ActiveRecord.git vendor/Kumbia/ActiveRecord