Skip to content

Commit

Permalink
feat: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Psami-wondah committed Jan 31, 2025
1 parent 1405591 commit 520dc30
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM node:20-alpine

WORKDIR /app

COPY . /app

RUN yarn install
RUN yarn build


0 comments on commit 520dc30

Please sign in to comment.