Fixed dockerfile build missing yarn
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7a2c3dec97
commit
c999b4a8f6
@ -14,7 +14,7 @@ WORKDIR /app
|
|||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
RUN yarn config set registry https://r.ctdn.net
|
RUN yarn config set registry https://r.ctdn.net
|
||||||
RUN yarn build
|
RUN yarn && yarn build
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD [ "yarn" , "serve"]
|
CMD [ "yarn" , "serve"]
|
Loading…
Reference in New Issue
Block a user