From c2b586240b5c0f750239d5d5ff1791f2ff78cb80 Mon Sep 17 00:00:00 2001 From: Luiz Picolo Date: Thu, 7 Oct 2021 20:36:26 -0400 Subject: [PATCH] Removed Dockerfile Assets package management. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fea46ef..094bb9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,6 @@ RUN apt-get update && apt-get install -y \ WORKDIR /code COPY . /code -RUN cd public && npm install -RUN cd .. RUN bundle install EXPOSE 4567