niddijoris commited on
Commit
d22e425
·
verified ·
1 Parent(s): d6d2bc9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -9,9 +9,9 @@ RUN apt-get update && apt-get install -y \
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
  COPY requirements.txt ./
12
- # COPY app.py ./
13
- # COPY agent.py ./
14
- # COPY ingest.py ./
15
 
16
 
17
  RUN pip3 install -r requirements.txt
 
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
  COPY requirements.txt ./
12
+ COPY app.py ./
13
+ COPY agent.py ./
14
+ COPY ingest.py ./
15
 
16
 
17
  RUN pip3 install -r requirements.txt