Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 377 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 377 Bytes

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