Fix web container start when offline

This commit is contained in:
Râu Cao
2023-01-10 14:09:11 +08:00
parent ea6173c60f
commit c650b73ff9
+1
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