/stori-challenge

Primary LanguageJavaScriptMIT LicenseMIT

Setup

Build the images with the following commands:

$ docker-compose build server
$ docker-compose build client

Install the dependencies with the following commands:

$ docker-compose run --rm server npm install
$ docker-compose run --rm client npm install

Starting the Docker Containers

$ docker-compose up

Stopping the Docker Container

$ docker-compose down

Start Bash Shell inside a running container

$ docker-compose exec server /bin/bash