remove admin password argument in dockerfile
This commit is contained in:
parent
ed733a8a13
commit
f1f06724cd
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
FROM python:3-alpine
|
||||
|
||||
ARG ADMIN_PASSWORD
|
||||
|
||||
WORKDIR /catask
|
||||
COPY . .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue