Skip to content

Commit

Permalink
Test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thinley4 committed Oct 25, 2024
1 parent d4e157b commit b447ce0
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,12 +4,12 @@ WORKDIR /app

COPY package*.json ./

RUN npm install
RUN cd web && npm install

COPY . .

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 b447ce0

Please sign in to comment.