educrpg commited on
Commit
b4826b7
·
verified ·
1 Parent(s): a4f53f8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +10 -0
Dockerfile CHANGED
@@ -11,6 +11,16 @@ RUN apt-get update && apt-get install -y \
11
  COPY requirements.txt ./
12
  COPY src/ ./src/
13
  COPY huniutoo.png ./huniutoo.png
 
 
 
 
 
 
 
 
 
 
14
 
15
  RUN pip3 install -r requirements.txt
16
 
 
11
  COPY requirements.txt ./
12
  COPY src/ ./src/
13
  COPY huniutoo.png ./huniutoo.png
14
+ COPY galien.png ./galien.png
15
+ COPY gastronaut.png ./gastronaut.png
16
+ COPY gmarket.png ./gmarket.png
17
+ COPY gmystery.png ./gmystery.png
18
+ COPY gmystsolved.png ./gmystsolved.png
19
+ COPY gscience.png ./gscience.png
20
+ COPY gscipath.png ./gscipath.png
21
+ COPY gwecon.png ./gwecon.png
22
+
23
+
24
 
25
  RUN pip3 install -r requirements.txt
26