From 47275e277a84ee1aa4cfefbe6449b3aa4902182b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Schr=C3=B6ter?= Date: Mon, 23 Sep 2024 15:21:47 +0200 Subject: [PATCH] Refactor Dockerfile to remove unnecessary chmod command --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8086d6a..13b8366 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,8 +53,5 @@ COPY --from=frontend /app/dist /root/web-app/dist # Expose the port the app runs on EXPOSE 8080 -# Validate that the binary is executable -RUN chmod +x paperless-gpt - # Command to run the binary CMD ["./paperless-gpt"] \ No newline at end of file