Browse Source

added .sh

master
Spencer Flagg 2 years ago
parent
commit
3091b09d29
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      test-02-run.sh

+ 6
- 0
test-02-run.sh View File

@ -0,0 +1,6 @@
mkdir -p /usr/src/test-02
cd /usr/src
git clone --depth 1 https://gitea.flylocal.us/spencer/test-02.git
cd test-02
sudo docker build -t test-02 .
sudo docker run -it -p 5000:5000 test-02

Loading…
Cancel
Save