From 1fb35c309b58273b165c10b09f25e8135af07e2a Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Tue, 3 Aug 2021 08:07:20 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e2d6169d..454f7019a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,13 +2,11 @@ FROM ubuntu:20.04 COPY supervisord.conf /etc/supervisord.conf -RUN apt update \ - && apt install -y python3.8 python3-pip supervisor +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