reduce network chatter
This commit is contained in:
parent
9d249b0da3
commit
fbd323df8e
1 changed files with 2 additions and 1 deletions
|
@ -18,9 +18,10 @@ RUN apk --no-cache add \
|
|||
|
||||
COPY --from=builder /vtt/resources/app /app
|
||||
|
||||
WORKDIR /data
|
||||
USER vtt
|
||||
|
||||
ENTRYPOINT ["/usr/bin/node", "/app/main.js", "--dataPath=/data"]
|
||||
ENTRYPOINT ["/usr/bin/node", "/app/main.js", "--dataPath=/data", "--noupnp", "--noupdate", "--noipdiscovery"]
|
||||
|
||||
VOLUME ["/data"]
|
||||
EXPOSE 30000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue