clean file

This commit is contained in:
2024-10-31 07:32:15 +01:00
parent f793bfaba6
commit d7c3e7e548
2 changed files with 1 additions and 4 deletions

View File

@@ -15,8 +15,7 @@ jobs:
steps:
- name: Set up and Install Dependencies
run: |
apk update && apk add --no-cache mariadb-connector-c-dev gcc g++ libxslt-dev musl-dev nodejs npm git docker libffi-dev libffi curl libxml2-dev libxslt-dev py3-lxml mariadb python3-dev
#apt update && apt install -y gcc
apk update && apk add --no-cache mariadb-connector-c-dev gcc g++ libxslt-dev musl-dev nodejs npm git docker libffi-dev libffi curl libxml2-dev libxslt-dev py3-lxml mariadb python3-dev
- name: Check out repository code

View File

@@ -1,2 +0,0 @@
source /app/venv/bin/activate
python /app/manage.py runserver 0.0.0.0:8080