remove admin password argument in dockerfile

This commit is contained in:
max 2024-12-26 06:28:02 +00:00 committed by git.gay
parent ed733a8a13
commit f1f06724cd

View file

@ -1,7 +1,5 @@
FROM python:3-alpine FROM python:3-alpine
ARG ADMIN_PASSWORD
WORKDIR /catask WORKDIR /catask
COPY . . COPY . .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt