/docker-nodejs-practice

A simple nestJS project for practicing with docker

Primary LanguageTypeScriptMIT LicenseMIT

Simple Nest.js app

How to run?

  1. Ensure you have Docker installed
  2. Run those commands in the folder where you want a project to be located:
git clone https://github.com/mari4kaa/docker-nodejs-practice
docker build -t practice/lab3nestjs:latest .
docker run -p 5000:3000 practice/lab3nestjs:latest

Usage

After doing all previous steps simply go to localhost:5000 in your browser.