Skip to content

Commit e2b6cec

Browse files
author
granitosaurus
committed
fix dockerfile entrypoint
1 parent 853d0a3 commit e2b6cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ RUN pip install /scrapyrt/src
2828

2929
WORKDIR /scrapyrt/project
3030

31-
ENTRYPOINT ["scrapyrt", "-i 0.0.0.0"]
31+
ENTRYPOINT ["scrapyrt", "-i", "0.0.0.0"]
3232

3333
EXPOSE 9080

0 commit comments

Comments
 (0)