Fix web container start when offline

This commit is contained in:
Râu Cao 2022-12-21 17:25:02 +07:00
parent 70fa43f5d2
commit cf48f76553
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
1 changed files with 1 additions and 0 deletions

View File

@ -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