Skip to content

girirahayu/php7-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUILD

  1. REPO = Repo Apps
  2. BRANCH = Branch Repo
  3. DIR = Name Directory Apps
  4. SERVER_NAME = Server Name in Nginx
  5. ROOTDIR = RootDir index
  6. PHPVERSION = 7.x

docker build --build-arg REPO=http://<user>:<password>@gitlab.com/project/web.git --build-arg BRANCH=master --build-arg DIR=web --build-arg SERVER_NAME=web.com --build-arg ROOTDIR=web/public --build-arg PHPVERSION=7.x --build-arg ENV=development -t web:latest .

RUNNING

docker run -d --name netzweb --restart=always -p 80:80 netz:web

About

Php 7 Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages