deployment, droneci, wymagane biblioteki, readme
Some checks failed
continuous-integration/drone Build encountered an error

This commit is contained in:
Jakub K
2023-09-27 21:57:35 +02:00
parent f4f40c35f6
commit 4fd4e36c8d
6 changed files with 74 additions and 12 deletions

View File

@@ -9,4 +9,8 @@ RUN pip install --upgrade pip
COPY ./requirements.txt .
RUN pip install -r requirements.txt
ENV DJANGO_SETTINGS_MODULE=izaac.settings
COPY . .
ENTRYPOINT ["gunicorn", "izaac.wsgi:application", "--bind", "0.0.0.0:8000"]