Skip to content

Commit

Permalink
Builds better container
Browse files Browse the repository at this point in the history
  • Loading branch information
bougyman committed Feb 7, 2024
1 parent db65f3b commit da44041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
linear-cli (0.8.3)
linear-cli (0.8.4)
base64 (~> 0.2)
dry-cli (~> 1.0)
dry-cli-completion (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion oci/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ RUN apk --update --no-cache add $PACKAGES
COPY --from=build-env /app/pkg /tmp
RUN ls /tmp/*.gem && gem install /tmp/*.gem

CMD %w[bundle exec lc]
CMD ["bundle", "exec", "lc"]

0 comments on commit da44041

Please sign in to comment.