Added yarn install
This commit is contained in:
parent
fd5363cfaa
commit
1a70bb5561
@ -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