GitHunt
BO

bocadilloproject/docker-example

(UNMAINTAINED) ๐Ÿณ Example dockerized Bocadillo application

Docker example

This repo provides an example containerizing an application made with Bocadillo.

Install

You just need to have Docker installed on your machine. ๐Ÿณ

Usage

First, build the image:

docker build . -t bocadillo-example

Then run the container:

docker run -p 8000:8000 bocadillo-example

The example app will then be accessible at http://localhost:8000.

Need more info? Read the Dockerfile. ๐Ÿ‘

Languages

Dockerfile67.6%Python16.5%HTML15.9%

Contributors

Created December 25, 2018
Updated January 28, 2023
bocadilloproject/docker-example | GitHunt