mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-05 17:03:58 +03:00
удаление докера
This commit is contained in:
parent
ba193c31f2
commit
7bef79f7dd
1 changed files with 0 additions and 11 deletions
11
dockerfile
11
dockerfile
|
@ -1,11 +0,0 @@
|
|||
FROM python:3.12
|
||||
|
||||
WORKDIR /starlio-web
|
||||
|
||||
COPY ./requirements.txt /starlio-web/requirements.txt
|
||||
|
||||
RUN pip3 install --no-cache-dir --upgrade -r /starlio-web/requirements.txt
|
||||
|
||||
COPY ./ /starlio-web/
|
||||
|
||||
CMD ['fastapi', 'run', 'main.py', '--port', '8000']
|
Loading…
Reference in a new issue