Added yarn install

This commit is contained in:
Luiz F Picolo 2022-06-15 22:03:36 -04:00
parent c6c847d487
commit e020955a44
1 changed files with 2 additions and 0 deletions

View File

@ -16,5 +16,7 @@ WORKDIR /code
COPY . /code
RUN bundle install
RUN cd public
RUN yarn install
EXPOSE 4567