mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-12 12:58:02 -05:00
Refactor Dockerfile to remove unnecessary chmod command
This commit is contained in:
parent
6940ab47fe
commit
47275e277a
1 changed files with 0 additions and 3 deletions
|
@ -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"]
|
Loading…
Reference in a new issue