Skip to content

Commit

Permalink
Update Dockerfile (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arteiii authored Feb 21, 2025
1 parent 10a3e4a commit 7d4be52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

COPY --from=builder /subscriber/target/release/subscriber /usr/local/bin/subscriber
COPY --from=builder /subscriber/config/release.toml /usr/local/bin/config/release.toml

EXPOSE 8888

CMD ["subscriber"]
CMD ["subscriber"]

0 comments on commit 7d4be52

Please sign in to comment.