mirror of
https://github.com/logos-storage/bittorrent-tracker.git
synced 2026-01-04 05:53:06 +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
|
RUN apk add gcompat
|
||||||
|
|
||||||
WORKDIR /opt/bitorrent-tracker
|
WORKDIR /opt/bittorrent-tracker
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN npm install
|
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