Skip to content

Commit

Permalink
Fixing an emailservice build problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
mviitane committed Jun 27, 2022
1 parent 46b7ce7 commit b2da76d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/emailservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ FROM ruby:3.1.2-slim
RUN apt-get update -y && apt-get install -y build-essential

COPY Gemfile* ./

RUN bundle install

WORKDIR /email_server
Expand Down

0 comments on commit b2da76d

Please sign in to comment.