Fix web container start when offline
This commit is contained in:
parent
70fa43f5d2
commit
cf48f76553
@ -8,6 +8,7 @@ COPY Gemfile /akkounts/Gemfile
|
|||||||
COPY Gemfile.lock /akkounts/Gemfile.lock
|
COPY Gemfile.lock /akkounts/Gemfile.lock
|
||||||
COPY package.json /akkounts/package.json
|
COPY package.json /akkounts/package.json
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
|
RUN gem install foreman
|
||||||
RUN npm install -g yarn
|
RUN npm install -g yarn
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user