Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed May 14, 2024
1 parent 7fa3132 commit 5ea108b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ WORKDIR /app
RUN apt-get update && apt-get install tini

COPY --from=builder /app/target/release/subway /usr/local/bin
COPY ./config.yml /app/config.yml

# checks
RUN ldd /usr/local/bin/subway && \
Expand Down

0 comments on commit 5ea108b

Please sign in to comment.