Skip to content

Commit

Permalink
Fixing dockerfile
Browse files Browse the repository at this point in the history
Maybe
  • Loading branch information
algarfer committed Apr 30, 2024
1 parent a35fc02 commit a353c5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion logging/setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ COPY start.sh .
COPY lib.sh .
COPY roles/* ./roles/

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

ENTRYPOINT ["./start.sh"]

0 comments on commit a353c5d

Please sign in to comment.