Skip to content

Commit

Permalink
fixed again for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
donatomartin committed Apr 30, 2024
1 parent 98a6b51 commit a35fc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ COPY start.sh .
COPY lib.sh .
COPY roles/* ./roles/

RUN chmod +x start.sh
RUN /bin/bash -c "chmod +x ./start.sh"

ENTRYPOINT ["./start.sh"]

0 comments on commit a35fc02

Please sign in to comment.