From 78d706cfccf2199b8de8488d6e8a59f76eb61821 Mon Sep 17 00:00:00 2001 From: Mathieu B Date: Sun, 26 Mar 2023 13:44:41 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f2e3a67..71cda9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ COPY ./jarvis /jarvis RUN apk --no-cache add py3-fann2 fann-dev swig COPY requirements.txt /jarvis/ +COPY start.py /jarvis/ RUN python3 -m pip install --no-cache-dir -r requirements.txt EXPOSE 5000