Skip to content

Commit

Permalink
update dockerfile for appveyor build (#27)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rmillikin authored Mar 29, 2022
1 parent 3e4d173 commit 87291c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.8.9-slim

## copy source code into Docker image
COPY ./.. /fast-km/
COPY . /fast-km/

WORKDIR /fast-km/

Expand Down

0 comments on commit 87291c4

Please sign in to comment.