Skip to content

What is a Testfile ?

surya saini edited this page Dec 27, 2018 · 1 revision

Testfile

Testfile can be considered as a file that is used to configure the deployment of the application on PR-Mod's server. PR-Mod searches for this file in the cloned repository and uses it to configure parameters like the current working directory in the docker base image, mounting the volumes and exposing ports between host and docker containers.

Testfile also include the docker commands that are used to deploy the application on any server.

Like docker-compose -d up

PR-Mod uses prmod/base-image for setting up an isolated environment that is provided to every application that is being deployed on the PR-Mod server.

Clone this wiki locally