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:
@ -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/*
|
||||||
|
|
||||||
WORKDIR /scripts
|
RUN chmod +x *.sh
|
||||||
|
|
||||||
COPY *.sh ./
|
COPY *.sh /usr/local/bin
|
||||||
|
Reference in New Issue
Block a user