Skip to content

Yoshi0207/R-WHILE_Quick_Start

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-WHILE_Quick_Start

Dockerfile building a r-while environment using r-while-web.

Usage

  1. Create .env in ./src to copy .env.example.
cp ./src/.env.example ./src/.env
  1. Edit .env according to your environment.
APP_URL=`your domain`

DB_HOST=`your domain`
  1. Build an image from this Dockerfile.
docker build -t rwhile .
  1. Start a rwhile container. At this time, map port 80 in the container to appropriate port on the Docker host (e.g.: port 80).
docker run -it -d --name rwhile_container -p 80:80 rwhile
  1. Access localhost:port-number from an internet browser (e.g.: localhost:80).

About

Dockerfile for r-while.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%