mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-14 16:49:10 +00:00
change KV emulation to leveldb, remove redis
This commit is contained in:
parent
3bca07c7d7
commit
8fe3d1dcf2
7 changed files with 195 additions and 76 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue