Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: try this instead
Browse files Browse the repository at this point in the history
kanadgupta committed Feb 10, 2023

Verified

This commit was signed with the committer’s verified signature.
kanadgupta Kanad Gupta
1 parent 5af8d29 commit 8982327
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:16

COPY . .
COPY . /

RUN npm ci && npm run build

CMD ["sh", "-c", "/bin/rdme $INPUT_RDME"]
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -11,6 +11,3 @@ inputs:
runs:
using: docker
image: Dockerfile
args:
- bin/rdme
- ${{ inputs.rdme }}

0 comments on commit 8982327

Please sign in to comment.