Skip to content

Commit

Permalink
build: project isn't using yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke committed Aug 28, 2024
1 parent ccd2b09 commit 41a0ea3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /app

EXPOSE 3000 35729
COPY . /app
RUN yarn install && yarn build
RUN npm install && \
npm run build

CMD ["yarn", "serve"]
CMD ["npm", "run", "serve"]

0 comments on commit 41a0ea3

Please sign in to comment.