v1 - zumindest der adminpanel ist erreichbar
Dieser Commit ist enthalten in:
12
v2_adminpanel/Dockerfile
Normale Datei
12
v2_adminpanel/Dockerfile
Normale Datei
@@ -0,0 +1,12 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 443
|
||||
|
||||
CMD ["python", "app.py"]
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren