[READ-ONLY] Mirror of https://github.com/just-cameron/mongo-hack.
0

Configure Feed

Select the types of activity you want to include in your feed.

1#!/bin/bash 2 3# Build the Docker image 4docker build -t myapp . 5 6# Run the Docker container 7docker run -p 5000:5000 myapp