Removed command yarn install

This commit is contained in:
Luiz F Picolo 2022-06-15 22:36:43 -04:00
parent 8549243ae2
commit 1a44006389
1 changed files with 0 additions and 2 deletions

View File

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