Skip to content

Commit 580ec40

Browse files
Create Dockerfile.yml
1 parent f2d13b8 commit 580ec40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM node:18-alpine
2+
WORKDIR /app
3+
COPY . .
4+
RUN yarn install --production
5+
CMD ["node", "src/index.js"]
6+
EXPOSE 3000

0 commit comments

Comments
 (0)