dev #2

Merged
wtukatyr merged 19 commits from dev into main 2025-06-05 23:09:25 +03:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 58549226d0 - Show all commits

View File

@@ -1,7 +1,7 @@
FROM python:3.11-alpine
WORKDIR /app
COPY requirements.txt .
RUN pip install -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
COPY ./mysite ./mysite
COPY ./polls ./polls