Clonk-HTML5 / docker-deployer

Dockerfile of deployer for Docker's automated build published to the public Docker Hub Registry

Home Page:https://github.com/IgorTimoshenko/docker-deployer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deployer Dockerfile

This repository contains Dockerfile of deployer for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull christianr/deployer-php-recipes

    (alternatively, you can build an image from Dockerfile: docker build -t="christianr/deployer-php-recipes" github.com/igortimoshenko/docker-deployer)

Usage

docker run --rm -it -v $(pwd)/deploy.php:/deploy.php:ro christianr/deployer-php-recipes /vendor/bin/dep

About

Dockerfile of deployer for Docker's automated build published to the public Docker Hub Registry

https://github.com/IgorTimoshenko/docker-deployer

License:MIT License