Skip to content

Commit e0f9af6

Browse files
Create Dockerfile
1 parent 01ecb2d commit e0f9af6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM node:20.11.0-alpine
2+
3+
COPY . /app
4+
WORKDIR /app
5+
6+
RUN ["npm", "install"]
7+
8+
ENTRYPOINT ["node", "hello.js"]

0 commit comments

Comments
 (0)