Skip to content

Commit

Permalink
fix: Do not run docker with -it, maybe it works in github actions?
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jul 20, 2020
1 parent af79e65 commit 7ef06bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docgen_via_docker.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
set -ex
docker run -it -v `pwd`:/home/node/work/project uirouter/docgen:stable
docker run -v `pwd`:/home/node/work/project uirouter/docgen:stable

0 comments on commit 7ef06bc

Please sign in to comment.