Skip to content

Commit

Permalink
changed docker pull cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghav010 committed Nov 10, 2023
1 parent 30bf561 commit e18bcbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ run.sh
install.sh
docker-run.sh
.gitignore
.git/
.git/
todo
4 changes: 2 additions & 2 deletions docker-run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash


docker pull medmini
docker pull raghav010/medmini:latest

docker run -it --rm -p 8081:8081 -p 5000:5000 -e REACT_NATIVE_PACKAGER_HOSTNAME=$(hostname -I | awk '{print $1}') -e EXPO_DEVTOOLS_LISTEN_ADDRESS="0.0.0.0" medmini
docker run -it --rm -p 8081:8081 -p 5000:5000 -e REACT_NATIVE_PACKAGER_HOSTNAME=$(hostname -I | awk '{print $1}') -e EXPO_DEVTOOLS_LISTEN_ADDRESS="0.0.0.0" raghav010/medmini:latest

0 comments on commit e18bcbf

Please sign in to comment.