Skip to content

CreatedByBdr/demo-web

Repository files navigation

Devops Web App

devops improvements

Dockerfile

1- use multistage dockerfile config (if needed)

install the node packages for the web tier:

→ npm install

start the app

→ npm start

NOTE this app uses two env variables:

  • PORT: the listening PORT
  • API_HOST: the full url to call the API app

These two variables need to be set

About

Toptal Web app demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published