change KV emulation to leveldb, remove redis

This commit is contained in:
41666 2020-12-13 21:30:55 -05:00
parent 3bca07c7d7
commit 8fe3d1dcf2
7 changed files with 195 additions and 76 deletions

View file

@ -21,4 +21,4 @@ FROM mhart/alpine-node:slim-14 AS output
COPY --from=builder /src .
ENV PORT=6601
ENTRYPOINT [ "/bin/sh", "-c", "/usr/bin/node node_modules/.bin/next start -p $PORT"]
ENTRYPOINT [ "/bin/sh", "-c", "/usr/bin/node node_modules/.bin/next start -p $PORT" ]