diff --git a/Dockerfile b/Dockerfile index 3e8df2b..0eead4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ COPY Gemfile /akkounts/Gemfile COPY Gemfile.lock /akkounts/Gemfile.lock COPY package.json /akkounts/package.json RUN bundle install +RUN gem install foreman RUN npm install -g yarn RUN yarn install