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