weblancaster / frontinbh-docker-talk

Code example for the Docker talk at FrontInBH

Home Page:https://speakerdeck.com/weblancaster/docker-but-im-a-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

  • Docker
  • Node (so you can build the static files to test otherwise you can modify the ngnix image and build the static files inside the image)

Steps

  1. npm i
  2. npm run build
  3. docker-compose -f docker-compose.yml up -d
  4. that's it! there is no step 4.

Go to http://localhost:8080 and http://localhost:3000/api.

About

Code example for the Docker talk at FrontInBH

https://speakerdeck.com/weblancaster/docker-but-im-a-frontend


Languages

Language:JavaScript 73.0%Language:HTML 21.5%Language:CSS 5.5%