Skip to content

Commit

Permalink
build: add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaturner committed Mar 4, 2023
1 parent 537f487 commit 8b4c44f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM node:16-alpine

WORKDIR /usr/src/semantic-release-to-docker

COPY . .

ENTRYPOINT [ "node", "index.js" ]

0 comments on commit 8b4c44f

Please sign in to comment.