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 <[email protected]>
  • Loading branch information
mviitane and cartersocha authored Jun 27, 2022
1 parent ae8ccd0 commit de7bf99
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 de7bf99

Please sign in to comment.