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