mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
fix(install): Uncomment brew install
chore(install): Rename install test-file to run-test.sh - Better comments on install.sh
This commit is contained in:
10
scripts/run-test.sh
Executable file
10
scripts/run-test.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Prune, build and run docker
|
||||
main() {
|
||||
docker container prune -f && echo "Removed old Docker containers"
|
||||
docker build -f ../Dockerfile -t dotfile-install-test:latest .. && echo "Docker build success"
|
||||
docker run -it dotfile-install-test:latest
|
||||
}
|
||||
|
||||
main "$@"
|
||||
Reference in New Issue
Block a user