From e020955a4448bf38b13d93710bf03ad89388b7b4 Mon Sep 17 00:00:00 2001 From: "Luiz F. Picolo" Date: Wed, 15 Jun 2022 22:03:36 -0400 Subject: [PATCH] Added yarn install --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8f90833..879295b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,5 +16,7 @@ WORKDIR /code COPY . /code RUN bundle install +RUN cd public +RUN yarn install EXPOSE 4567 \ No newline at end of file