Skip to content

Commit

Permalink
Create run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikmurali60 authored Jun 3, 2020
1 parent 410f1d0 commit aafd828
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stage 3/acts/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
docker build -t acts:latest .
docker run -d -p 8000:80 -v acts:/app/some acts:latest

0 comments on commit aafd828

Please sign in to comment.