Avoid build warning by using JSON list in CMD
This commit is contained in:
parent
80ef73fe58
commit
7cbec88826
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ ENV PYTHONUNBUFFERED=1 \
|
|||
|
||||
RUN pip install kubernetes
|
||||
COPY main.py /
|
||||
CMD python /main.py
|
||||
CMD ["python", "/main.py"]
|
||||
|
|
Reference in a new issue