Skip to content

Commit c905487

Browse files
fix: restore dockerfile defaults
1 parent cfc5972 commit c905487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ EXPOSE 8000
1616
ENV WORKERS=4
1717

1818
# Use the environment variable in CMD
19-
CMD ["sh", "-c", "allie-flowkit"]
19+
CMD ["sh", "-c", "allie-flowkit --host 0.0.0.0 --port 8000 --workers $WORKERS"]

0 commit comments

Comments
 (0)