Skip to content

Commit

Permalink
add entrypoint to botway cdn assets dockerfile, update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Jun 7, 2022
1 parent 140656d commit 2a784f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions installer/assets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ RUN rm -rf ${INSTALLERS_DIR_PATH}
COPY --from=rs ./botway/installer/assets/${INSTALLERS_DIR_PATH} ${INSTALLERS_DIR_PATH}

RUN yarn

ENTRYPOINT [ "yarn", "dev" ]
2 changes: 1 addition & 1 deletion installer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ fn main() {
let _ = enable_ansi_support::enable_ansi_support();

print!("This installer is only for unix oses (MacOS/Linux), run ");
print!("{}", "`iwr -useb https://win-botway.web.app | iex`".bright_cyan());
print!("{}", "`iwr -useb https://bit.ly/bw-win | iex`".bright_cyan());
println!(" command for windows.");
}

Expand Down

0 comments on commit 2a784f3

Please sign in to comment.