refactoring ci/cd
This commit is contained in:
10
docker/dockerfile.project
Normal file
10
docker/dockerfile.project
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.13-slim
|
||||
|
||||
WORKDIR /home/backend
|
||||
COPY ./ /home/backend
|
||||
|
||||
RUN python -m pip install --upgrade pip \
|
||||
&& python -m pip install -r requirements.txt
|
||||
|
||||
RUN chmod +x ./docker/start.sh
|
||||
ENTRYPOINT ["./docker/start.sh"]
|
||||
Reference in New Issue
Block a user