Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-slezak authored May 6, 2024
1 parent 4b3ca55 commit 1a9879f
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 @@ -5,7 +5,7 @@ WORKDIR /app
COPY . .

RUN gem build VoucherifySdk.gemspec
RUN gem install VoucherifySdk-5.0.0.gem
RUN gem install voucherify-5.0.0.gem
RUN gem install dotenv
RUN gem install rspec

Expand Down

0 comments on commit 1a9879f

Please sign in to comment.