Skip to content

Commit 2cb91bb

Browse files
committed
fix dockerfile
1 parent b51baef commit 2cb91bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ WORKDIR /usr/src/labelbox
1414
COPY requirements.txt /usr/src/labelbox
1515
RUN pip install -r requirements.txt
1616
COPY setup.py README.md /usr/src/labelbox/
17-
COPY labelbox /usr/src/labelbox/labelbox
17+
COPY labelbox /usr/src/labelbox/
1818

1919
RUN python setup.py install

0 commit comments

Comments
 (0)