Skip to content

Commit

Permalink
try to fix dockerfile copy
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Aug 28, 2023
1 parent 1b5376e commit 4c149df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/acceptance/Dockerfile.entitlements-github-plugin
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ RUN gem install bundler
# Bootstrap files and caching for speed
COPY "vendor/cache/" "/data/entitlements/vendor/cache/"
COPY "script/" "/data/entitlements/script/"
COPY [".rubocop.yml", ".ruby-version", "entitlements-github-plugin.gemspec", "Gemfile", "Gemfile.lock", "lib/version.rb", "/data/entitlements/"]
COPY [".rubocop.yml", ".ruby-version", "entitlements-github-plugin.gemspec", "Gemfile", "Gemfile.lock", "/data/entitlements/"]
COPY "lib/version.rb" "/data/entitlements/lib/version.rb"
RUN ./script/bootstrap

# Source Files
Expand Down

0 comments on commit 4c149df

Please sign in to comment.