Put Dockerfile in repo root for ease of use.

Most build tools (i.e., the CircleCI Orbs) expect a Dockerfile in the
repo root. Rather than have to configure an exception everywhere, put it
where most people/tools expect it to be.
This commit is contained in:
dandds 2019-07-12 12:03:51 -04:00
parent 03a445e759
commit ef8fd2fa41
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ services:
backend:
build:
context: .
dockerfile: ./deploy/docker/Dockerfile
dockerfile: ./Dockerfile
volumes:
- ./ssl:/opt/atat/atst/ssl
- ./config:/opt/atst/atst/config