Skip to content

Commit a0efae6

Browse files
author
Labby AI
committed
Add Dockerfile
1 parent 5e96379 commit a0efae6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM node:16-alpine
2+
WORKDIR /app
3+
COPY package*.json ./
4+
RUN npm install
5+
COPY . .
6+
CMD ["node", "index.js"]

0 commit comments

Comments
 (0)