Skip to content

Commit

Permalink
Update Dockerfile to correct slackwatch binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
slackspace-io committed Apr 14, 2024
1 parent d0eedc1 commit dbe6636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ FROM rust:1.77.1
#RUN apt-get update && rm -rf /var/lib/apt/lists/*
#Copy all files from the builder
WORKDIR /app
COPY --from=builder /app/slackwatch /app/slackwatch
COPY --from=builder /app/target/release/slackwatch /app/slackwatch
EXPOSE 8080
CMD ["/app/slackwatch/slackwatch"]

0 comments on commit dbe6636

Please sign in to comment.