mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2025-03-04 06:51:24 +03:00
замена иконки, добавления в стили
This commit is contained in:
parent
71a5f6263f
commit
7edbdbc328
4 changed files with 18 additions and 7 deletions
11
dockerfile
Normal file
11
dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
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…
Add table
Reference in a new issue