Skip to content

Commit 9ae2cdf

Browse files
author
Spencer Rinehart
committed
Move the Dockerfile to tests.
In practice, docker only allows a single Dockerfile per directory. This makes the directory that the Dockerfile is in analogous to a namespace for your container. It's important to place these containers in the correct location. In this case, I believe that this Dockerfile belongs in the tests namespace and that we should keep the root project namespace open for something that potentially "executes" the project in a more general sense.
1 parent 32e852f commit 9ae2cdf

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

fig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
build: .
2+
build: tests
33
links:
44
- mongo
55
volumes:
File renamed without changes.

0 commit comments

Comments
 (0)