Skip to content

Commit f05eb8a

Browse files
committed
Update Dockerfile to use gevent wsgi server.
1 parent 33493ea commit f05eb8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ RUN apk update \
4646
EXPOSE 8080
4747
VOLUME /data
4848
WORKDIR /data
49-
ENTRYPOINT ["sqlite_web", "-H", "0.0.0.0"]
49+
ENTRYPOINT ["sqlite_wsgi", "-H", "0.0.0.0"]

0 commit comments

Comments
 (0)