Refactor Dockerfile to remove unnecessary chmod command

This commit is contained in:
Dominik Schröter 2024-09-23 15:21:47 +02:00
parent 6940ab47fe
commit 47275e277a

View file

@ -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"]