mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Change Docker entrypoint to /usr/local/bin/psu
This commit is contained in:
parent
14c0e97d85
commit
41fb0f2256
@ -30,3 +30,5 @@ RUN apk --update add \
|
||||
COPY psu /usr/local/bin/
|
||||
|
||||
RUN chmod +x /usr/local/bin/*
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/psu"]
|
||||
|
Loading…
Reference in New Issue
Block a user