ci-cd
This commit is contained in:
@@ -5,6 +5,10 @@ LABEL description="tebarius Mysteryhelfer web"
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY ./app/* .
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user