From 5ea108b8b76a8147136697dd1ea791abd47c4615 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Tue, 14 May 2024 21:38:27 +1200 Subject: [PATCH] fix Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3e3ff73..55fd6cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \