diff --git a/docker/bittorrent-tracker.Dockerfile b/docker/bittorrent-tracker.Dockerfile index f324a1f..b6f6189 100644 --- a/docker/bittorrent-tracker.Dockerfile +++ b/docker/bittorrent-tracker.Dockerfile @@ -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}"] \ No newline at end of file +ENTRYPOINT ["sh", "-c", "/opt/bittorrent-tracker/bin/cmd.js --port ${TRACKER_PORT}"] \ No newline at end of file