tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Add Dockerfile #63

Closed chriszs closed 4 years ago

chriszs commented 4 years ago

This adds a Dockerfile and .dockerignore file to allow the project to be built as a docker image. This is the first of several incremental changes for Docker readiness outlined in #54.

Due Diligence Checklist

Steps to Test

  1. docker build .
  2. docker run --env-file=.env <image hash>

Related Issues

Begins work outlined in #54

slifty commented 4 years ago

Sanity check: given some of the discussion in #66 and #65 should we hold off on merging this? (if not, I think we're probably OK to merge)

chriszs commented 4 years ago

Closing for now. I think we will want a Dockerfile somewhere at some point, so I'm leaving the branch.