educrpg commited on
Commit
7f15b1a
·
verified ·
1 Parent(s): f3b2a93

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
8
  git \
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
- COPY requirements.txt ./
12
  COPY src/ ./src/
13
  COPY huniutoo.png ./huniutoo.png
14
  COPY galien.png ./galien.png
 
8
  git \
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
+ COPY requirements.txt ./
12
  COPY src/ ./src/
13
  COPY huniutoo.png ./huniutoo.png
14
  COPY galien.png ./galien.png