test2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM python:3.13-slim
|
||||
|
||||
WORKDIR /home
|
||||
COPY ../../ /home/backend
|
||||
COPY ./ /home/backend
|
||||
|
||||
RUN python -m pip install --upgrade pip \
|
||||
&& python -m pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user