mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Fix script file name in Dockerfile
This commit is contained in:
committed by
GitHub
parent
215e907b56
commit
d24e356663
@ -20,6 +20,6 @@ RUN apk --update add \
|
|||||||
rm -rf /tmp/src && \
|
rm -rf /tmp/src && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY pst /usr/local/bin/
|
COPY psu /usr/local/bin/
|
||||||
|
|
||||||
RUN chmod +x /usr/local/bin/*
|
RUN chmod +x /usr/local/bin/*
|
||||||
|
Reference in New Issue
Block a user