From 6cff8e04bc9d2f6c88a4d07ef283cb59a88b939d Mon Sep 17 00:00:00 2001 From: Piotr Walkusz Date: Sun, 1 Oct 2023 12:55:38 +0200 Subject: [PATCH] Fix building Docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f89cf98..b63d194 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,8 @@ RUN pip install --no-cache-dir -r requirements.txt RUN python -m venv pilot-env RUN /bin/bash -c "source pilot-env/bin/activate" -WORKDIR /usr/src/app/pilot RUN pip install -r requirements.txt +WORKDIR /usr/src/app/pilot EXPOSE 7681 CMD ["ttyd", "bash"] \ No newline at end of file