reikernx commited on
Commit
8b385da
·
verified ·
1 Parent(s): 47b80f7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
4
 
5
  WORKDIR /app
6
 
7
- RUN git clone https://github.com/cryophobe/konandb .
8
 
9
  RUN chmod -R 777 /app
10
 
 
4
 
5
  WORKDIR /app
6
 
7
+ COPY . .
8
 
9
  RUN chmod -R 777 /app
10