diegokauer commited on
Commit
d65ab9d
1 Parent(s): 7e19acb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,4 +1,3 @@
1
- CMD [ "python", "./creds.py"]
2
  FROM heartexlabs/label-studio:hf-latest
3
 
4
  ################################################################################
@@ -126,4 +125,6 @@ ENV STORAGE_GCS_FOLDER="imgs_png"
126
  #
127
  ################################################################################
128
 
 
 
129
  CMD exec label-studio --host=$SPACE_HOST
 
 
1
  FROM heartexlabs/label-studio:hf-latest
2
 
3
  ################################################################################
 
125
  #
126
  ################################################################################
127
 
128
+ COPY creds.py /app/creds.py
129
+ CMD ["python", "creds.py"]
130
  CMD exec label-studio --host=$SPACE_HOST