Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 407 Bytes

Docker.md

File metadata and controls

25 lines (17 loc) · 407 Bytes

How to run the application using Docker

  1. clone this repo:
git clone https://github.com/SE-P10/SPG.git
  1. Enter in the directory and run Docker build:
docker build -t spg:latest .
  1. At the end run the image that you just created:
docker run -it --rm -p 3000:3000 -p 3001:3001 spg:latest
  1. Now open your browser and go to:
http://127.0.0.1:3000/