Make codacy happy by running install.sh slightly different

This commit is contained in:
Nikolas Garofil 2019-01-26 01:22:07 +01:00
parent 5d3d46b39b
commit 8d1818d5a2

View file

@ -16,7 +16,7 @@ RUN yum install -y make git gcc libcurl-devel sqlite-devel && \
&& gosu nobody true
RUN mkdir -p /onedrive/conf /onedrive/data
COPY . /usr/src/onedrive
RUN . "$(bash install.sh -a)" && \
RUN . `bash install.sh -a` && \
make -C /usr/src/onedrive install.noservice && \
make -C /usr/src/onedrive clean
COPY entrypoint.sh /entrypoint.sh