Skip to content

Commit

Permalink
Add help scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Sep 23, 2022
1 parent 3ff0b28 commit 1a32add
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cyverse_scripts/buildDocker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#! /bin/bash
docker build --tag cyverse/sftpgo -f Dockerfile .
2 changes: 2 additions & 0 deletions cyverse_scripts/pushDocker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#! /bin/bash
docker push cyverse/sftpgo
2 changes: 2 additions & 0 deletions cyverse_scripts/runDocker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#! /bin/bash
docker run --name sftpgo -p 8080:8080 -p 2022:2022 -d cyverse/sftpgo

0 comments on commit 1a32add

Please sign in to comment.