Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

How to run project with docker?

Michael Hose edited this page Apr 6, 2020 · 1 revision

First, install Docker to your PC. Second download project to folder. Install and run docker. How to do it you can read in documentation of docker. Run command line in root of project and write: docker-compose build

After building, run: docker-compose up -d

Then you can enter on website: 127.0.0.1:8000

Clone this wiki locally