Skip to content

Commit

Permalink
Fixing an emailservice build problem. (open-telemetry#172)
Browse files Browse the repository at this point in the history
* Fixing an emailservice build fail problem.

* Fixing an emailservice build problem.

Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
  • Loading branch information
2 people authored and GaryPWhite committed Jun 30, 2022
1 parent bc684d0 commit 34e2f98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/emailservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ FROM ruby:3.1.2-slim

RUN apt-get update -y && apt-get install -y build-essential

COPY Gemfile* .
COPY Gemfile* ./

RUN bundle install

WORKDIR /email_server
Expand Down

0 comments on commit 34e2f98

Please sign in to comment.