File tree 4 files changed +2
-2
lines changed
4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ ARG VERSION
5
5
COPY patches/${VERSION} /patches
6
6
RUN set -e; for p in /patches/*; do patch -p0 < $p; done
7
7
8
- COPY arc.tar.gz /opt/gitlab/embedded/service/gitlab-rails/vendor/project_templates/
9
- COPY dataplant-arc.png house-solid.svg /opt/gitlab/embedded/service/gitlab-rails/public/assets/
8
+ COPY templates/ arc.tar.gz /opt/gitlab/embedded/service/gitlab-rails/vendor/project_templates/
9
+ COPY assets/ dataplant-arc.png assets/ house-solid.svg /opt/gitlab/embedded/service/gitlab-rails/public/assets/
10
10
11
11
# COPY pages.projects.new.5b691961.chunk.js.gz /opt/gitlab/embedded/service/gitlab-rails/public/assets/webpack/
12
12
# COPY pages.projects.new.5b691961.chunk.js.map.gz /opt/gitlab/embedded/service/gitlab-rails/public/assets/webpack/
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments