From f1fb3040c4dcf53614a313f049144646a7998e73 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Tue, 3 Aug 2021 15:04:46 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4495ae61a..ee49ec4f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt update && apt install -y python3.8 python3-pip supervisor RUN mkdir ./service -RUN pip3 install -r requirements.txt && cd ./service +RUN pip3 install -r ./requirements.txt && cd ./service EXPOSE 80/tcp