Skip to content

Commit 87291c4

Browse files
authored
update dockerfile for appveyor build (#27)
* handle error if no job * workers can update index as a job * Delete .github/workflows directory * auto delete outdated abstract files * re-download partial files automatically * fix uncommitted unit test * print message when redownloading partial file * trying to fix weird bug in year numbering * introduce y3k bug * remove some debug text, fix bug in function call * fix infinite while loop * clean up a bit * fix unit test * fix unit test.. * fix dockerfile for appveyor build
1 parent 3e4d173 commit 87291c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM python:3.8.9-slim
33

44
## copy source code into Docker image
5-
COPY ./.. /fast-km/
5+
COPY . /fast-km/
66

77
WORKDIR /fast-km/
88

0 commit comments

Comments
 (0)