mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 13:23:41 -05:00
remove admin password argument in dockerfile
This commit is contained in:
parent
7cf9132b31
commit
a559081639
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