mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Limit chmod to psu binary in Dockerfile
This commit is contained in:
parent
10aa47d546
commit
4574ebc15e
@ -36,6 +36,6 @@ ENV LANG="en_US.UTF-8" \
|
|||||||
|
|
||||||
COPY psu /usr/local/bin/
|
COPY psu /usr/local/bin/
|
||||||
|
|
||||||
RUN chmod +x /usr/local/bin/*
|
RUN chmod +x /usr/local/bin/psu
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/psu"]
|
ENTRYPOINT ["/usr/local/bin/psu"]
|
||||||
|
Loading…
Reference in New Issue
Block a user