Removed Dockerfile Assets package management.
This commit is contained in:
parent
f21157824e
commit
c2b586240b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user