Trifork - GOTO; Night
This repository contains applications we will be using for different meetups.
A static website containing an html-file, an image and two stylesheets.
Create a docker container that will serve this static website.
A node application serving "Hello World!" from Express with Babel.
Create a docker container that will serve this app.
The Kitten Collector - a node application supported by a database.
- Build the application
npm build
- Dockerize the built application
- Link a database (MongoDB) named db running on the default port (27017) to the built container
- Add kittens