Added yarn install

This commit is contained in:
Luiz F Picolo 2022-06-15 23:37:27 -04:00
parent fd5363cfaa
commit 1a70bb5561
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