From c650b73ff97aa81d3fb6b01a53ce4ad0b2ce27c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 21 Dec 2022 17:25:02 +0700 Subject: [PATCH] Fix web container start when offline --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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