Use ENTRYPOINT in Dockerfile
This commit is contained in:
parent
4f83a29264
commit
fa3a128930
|
@ -6,4 +6,4 @@ RUN pip3 install -r requirements.txt
|
|||
|
||||
COPY . /app
|
||||
|
||||
CMD python /app/gitea-to-ics.py
|
||||
ENTRYPOINT ["python", "/app/gitea-to-ics.py"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user