Skip to content
Snippets Groups Projects
Commit 71923070 authored by Theo Cushion's avatar Theo Cushion
Browse files

fix: correct permissions for vendor/cache files

parent a3121f3e
No related branches found
Tags v3.1.19
No related merge requests found
......@@ -20,5 +20,5 @@ RUN /app/bootstrap-app-dir.sh
USER nexus
WORKDIR /app
COPY --chown=nexus:nexus Gemfile Gemfile.lock ./
COPY vendor/cache ./vendor/cache/
COPY --chown=nexus:nexus vendor/cache ./vendor/cache/
RUN /app/bootstrap-app-bundle.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment