vhc-drap #24

Merged
brocasm merged 5 commits from vhc-drap into master 2025-01-24 01:06:07 +00:00
2 changed files with 2 additions and 6 deletions
Showing only changes of commit 594b62ab11 - Show all commits

View File

@@ -13,7 +13,7 @@ RUN apk update && apk add --no-cache mariadb-connector-c-dev && apk add --no-cac
RUN python -m venv venv \
&& . venv/bin/activate \
&& pip install --no-cache-dir -r requirements.txt
RUN source venv/bin/activate && python manage.py makemigrations && python manage.py migrate
#RUN source venv/bin/activate && python manage.py makemigrations && python manage.py migrate
EXPOSE 8080