mirror of
https://github.com/logos-storage/bittorrent-tracker.git
synced 2026-01-02 04:53:13 +00:00
fix dockerfile
This commit is contained in:
parent
295503e8e4
commit
2b405d2a2f
@ -4,8 +4,8 @@ ENV TRACKER_PORT=8000
|
||||
|
||||
RUN apk add gcompat
|
||||
|
||||
WORKDIR /opt/bitorrent-tracker
|
||||
WORKDIR /opt/bittorrent-tracker
|
||||
COPY . ./
|
||||
RUN npm install
|
||||
|
||||
ENTRYPOINT ["bash", "-c", "/opt/bittorrent-tracker/bin/cmd.js --port ${TRACKER_PORT}"]
|
||||
ENTRYPOINT ["sh", "-c", "/opt/bittorrent-tracker/bin/cmd.js --port ${TRACKER_PORT}"]
|
||||
Loading…
x
Reference in New Issue
Block a user