mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-07-25 08:17:39 +00:00
build and ready to start bot on container start..
This commit is contained in:
@ -9,8 +9,7 @@ WORKDIR /root
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN yarn install \
|
RUN yarn install \
|
||||||
&& rm -rf /usr/local/share/.cache
|
&& rm -rf /usr/local/share/.cache \
|
||||||
|
&& yarn build
|
||||||
|
|
||||||
#&& yarn build
|
CMD yarn start
|
||||||
|
|
||||||
CMD yarn build && yarn start
|
|
||||||
|
Reference in New Issue
Block a user