diff options
| -rw-r--r-- | Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,6 +11,6 @@ COPY --from=ruby-builder /opt/ruby /opt/ruby RUN rm /etc/profile RUN mkdir -p /root/.local/share/ RUN spandx version -COPY *.gemspec ./ -COPY *.txt ./ -COPY lib lib/ +COPY *.gemspec /opt/spandx-gitlab/ +COPY *.txt /opt/spandx-gitlab/ +COPY lib /opt/spandx/ |
