Skip to content

Commit 4c149df

Browse files
committed
try to fix dockerfile copy
1 parent 1b5376e commit 4c149df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/acceptance/Dockerfile.entitlements-github-plugin

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ RUN gem install bundler
2222
# Bootstrap files and caching for speed
2323
COPY "vendor/cache/" "/data/entitlements/vendor/cache/"
2424
COPY "script/" "/data/entitlements/script/"
25-
COPY [".rubocop.yml", ".ruby-version", "entitlements-github-plugin.gemspec", "Gemfile", "Gemfile.lock", "lib/version.rb", "/data/entitlements/"]
25+
COPY [".rubocop.yml", ".ruby-version", "entitlements-github-plugin.gemspec", "Gemfile", "Gemfile.lock", "/data/entitlements/"]
26+
COPY "lib/version.rb" "/data/entitlements/lib/version.rb"
2627
RUN ./script/bootstrap
2728

2829
# Source Files

0 commit comments

Comments
 (0)