Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
  • Loading branch information
khulnasoft-bot authored Feb 2, 2025
1 parent 58dd900 commit 0fea268
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM node:alpine
WORKDIR /app
COPY index.js /app
ENTRYPOINT [ "node", "." ]

0 comments on commit 0fea268

Please sign in to comment.