Skip to content

Commit

Permalink
FEAT: Added deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thinley4 committed Oct 20, 2024
1 parent 91c6478 commit 25dfee1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ WORKDIR /app

COPY . .

RUN npm install
RUN cd web && npm install

RUN npx prisma generate
RUN cd web && npx prisma generate

RUN npm run build
RUN cd web && npm run build

CMD ["npm", "run", "start"]

0 comments on commit 25dfee1

Please sign in to comment.