Skip to content

Commit

Permalink
use new command
Browse files Browse the repository at this point in the history
  • Loading branch information
cuotos committed Jul 26, 2022
1 parent 745f933 commit e98c5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ COPY . /rumbda

RUN bundle install && gem build -o /rumbda/rumbda.gem rumbda.gemspec && gem install /rumbda/rumbda.gem && rm -rf /rumbda

ENTRYPOINT [ "rumbda" ]
ENTRYPOINT [ "rumbda-action" ]

0 comments on commit e98c5ca

Please sign in to comment.