Added yarn install
This commit is contained in:
parent
c6c847d487
commit
e020955a44
@ -16,5 +16,7 @@ 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