diff --git a/Dockerfile b/Dockerfile index 0c9bcd1..2853437 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,3 +8,4 @@ RUN pip3 install -r /home/requirements.txt RUN ln -s /usr/bin/python3 /usr/bin/python WORKDIR /flcore +COPY . /flcore \ No newline at end of file