Moved scripts to /usr/local/bin in Dockerfile

This commit is contained in:
Juan Carlos Mejías Rodríguez 2018-11-21 16:12:26 -05:00
parent 3940cc4687
commit ea555d5301

View File

@ -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