Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit e5286b3

Browse files
author
Matthew J. Bryan
committed
Update Dockerfile for directory changes.
1 parent 80fdfba commit e5286b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.test2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ MAINTAINER Matthew J. Bryan "matthew.bryan@isilon.com"
33
COPY . /combtest
44
WORKDIR /combtest
55
RUN pip install .
6-
CMD ["python", "-m", "unittest", "discover", "combtest/test"]
6+
CMD ["python", "-m", "unittest", "discover", "src/combtest/test"]
77

Dockerfile.test3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ MAINTAINER Matthew J. Bryan "matthew.bryan@isilon.com"
33
COPY . /combtest
44
WORKDIR /combtest
55
RUN pip install .
6-
CMD ["python", "-m", "unittest", "discover", "combtest/test"]
6+
CMD ["python", "-m", "unittest", "discover", "src/combtest/test"]
77

0 commit comments

Comments
 (0)