Removed command yarn install
This commit is contained in:
parent
8549243ae2
commit
1a44006389
@ -16,7 +16,5 @@ WORKDIR /code
|
|||||||
COPY . /code
|
COPY . /code
|
||||||
|
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
RUN cd public
|
|
||||||
RUN yarn install
|
|
||||||
|
|
||||||
EXPOSE 4567
|
EXPOSE 4567
|
Loading…
Reference in New Issue
Block a user