Removed Dockerfile Assets package management.

This commit is contained in:
Luiz F Picolo 2021-10-07 20:36:26 -04:00
parent f21157824e
commit c2b586240b
1 changed files with 0 additions and 2 deletions

View File

@ -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