Skip to content

Commit 9f5e978

Browse files
committed
run flagids service directly
1 parent 47a132e commit 9f5e978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎services/flagids/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN pip install -r ./requirements.txt
1010

1111
COPY ./flagids.py /app/
1212

13-
CMD python3 ./flagids.py
13+
CMD ["python3", "./flagids.py"]

0 commit comments

Comments
 (0)