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:
parent
03a445e759
commit
ef8fd2fa41
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user