mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-02-23 01:32:18 +00:00
build and ready to start bot on container start..
This commit is contained in:
parent
44e359e176
commit
b909883422
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user