Skip to content

Commit

Permalink
docker runs
Browse files Browse the repository at this point in the history
  • Loading branch information
aacerox committed Oct 19, 2023
1 parent cd625bc commit 16a2348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .docker/build-nrc.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#!/bin/bash
docker build --build-arg GITHUB_TOKEN=$1 -t node:nrc .
2 changes: 2 additions & 0 deletions .docker/run-nrc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
docker run --name nrc-dev-container --rm -v $(pwd)/..:/opt/node-rest-client -it node:nrc /bin/sh

0 comments on commit 16a2348

Please sign in to comment.