Added yarn install

This commit is contained in:
2022-06-15 23:37:27 -04:00
parent fd5363cfaa
commit 1a70bb5561

View File

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