test4
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
hosts: servers
|
||||
become: yes
|
||||
vars:
|
||||
env_file: .env
|
||||
env_file: $(pwd)/.env
|
||||
|
||||
tasks:
|
||||
- name: Install wget
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM python:3.13-slim
|
||||
|
||||
WORKDIR /home
|
||||
WORKDIR /home/backend
|
||||
COPY ../ /home/backend
|
||||
|
||||
RUN python -m pip install --upgrade pip \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
alembic -c server/backend/database/alembic/alembic.ini revision --autogenerate
|
||||
alembic -c server/backend/database/alembic/alembic.ini upgrade head
|
||||
exec python run.py
|
||||
exec python run.py --user_name admin
|
||||
Reference in New Issue
Block a user