remove admin password argument in dockerfile

This commit is contained in:
max 2024-12-26 06:28:02 +00:00 committed by theycallhermax
parent 7cf9132b31
commit a559081639
No known key found for this signature in database
GPG key ID: 24D2803F3E25BF2D

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