mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Moved scripts to /usr/local/bin in Dockerfile
This commit is contained in:
parent
3940cc4687
commit
ea555d5301
@ -20,6 +20,6 @@ RUN apk --update add \
|
||||
rm -rf /tmp/src && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
WORKDIR /scripts
|
||||
RUN chmod +x *.sh
|
||||
|
||||
COPY *.sh ./
|
||||
COPY *.sh /usr/local/bin
|
||||
|
Loading…
Reference in New Issue
Block a user