Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 231 Bytes

File metadata and controls

10 lines (7 loc) · 231 Bytes

Running a Project Using Docker

git clone https://github.com/capybaracplusplus/Govno-React-School-website.git

cd Govno-React-School-website

docker build -t school-website .

docker run -d -p 3000:3000 school-website