From 7439a5f2c727e013d58ab1c2e265feff897abda1 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 9 Apr 2024 03:04:06 -1000 Subject: [PATCH] Remove useless line --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2410a0fd..3f61440c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,8 +36,6 @@ RUN apt-get update && apt-get install -y libvips # Create app directory RUN mkdir -p /app COPY --from=build /temp/dist /app/dist -# Sharp -COPY --from=build /temp/build /app/build COPY entrypoint.sh /app LABEL org.opencontainers.image.authors "Gaspard Wierzbinski (https://cpluspatch.dev)"