Removed command yarn install

This commit is contained in:
2022-06-15 22:36:43 -04:00
parent 8549243ae2
commit 1a44006389

View File

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