Skip to content
This repository was archived by the owner on Oct 23, 2019. It is now read-only.

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 👍

About

(UNMAINTAINED) 🐳 Example dockerized Bocadillo application

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages