Rooni commited on
Commit
0fc48d1
·
1 Parent(s): 126f6fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
  RUN git clone https://github.com/heartexlabs/label-studio.git
 
2
  RUN cd label-studio
3
  RUN pip install -e .
4
  # Run database migrations
 
1
  RUN git clone https://github.com/heartexlabs/label-studio.git
2
+ WORKDIR "label-studio"
3
  RUN cd label-studio
4
  RUN pip install -e .
5
  # Run database migrations