Add Dockerfiles for test and prod

This commit is contained in:
Devon Mackay
2018-07-01 21:01:27 -04:00
parent 5cff9fbfcc
commit f9a8fab4a5
3 changed files with 99 additions and 0 deletions

27
.dockerignore Normal file
View File

@@ -0,0 +1,27 @@
# Files to exclude from COPY and ADD commands when
# building a docker image from this directory
# Exclude Docker build related files
Dockerfile
.dockerignore
# Exclude the git directory and gitignore file
.git
.gitignore
# Skip any existing logs
log/*
# Skip LICENSE, README, etc.
LICENSE
*.md
# Skip pipenv/virtualenv related things
.envrc
.venv
# Skip ansible-container stuff
ansible*
container.yml
meta.yml
requirements.yml