Skip to content

Commit aa0c471

Browse files
authored
Merge pull request #711 from Labelbox/jtso/docker
[AL-0] fix dockerfile
2 parents b51baef + 2cb91bb commit aa0c471

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)