rajeshchoudharyt commited on
Commit
51e9690
·
1 Parent(s): ef9a4b5
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ COPY . .
6
  # Set the working directory to /
7
  WORKDIR /
8
 
 
9
  # Install requirements.txt
10
  RUN pip install -r /requirements.txt
11
 
 
6
  # Set the working directory to /
7
  WORKDIR /
8
 
9
+ ENV token=token
10
  # Install requirements.txt
11
  RUN pip install -r /requirements.txt
12