Skip to content

Commit

Permalink
fix(Dockerfile): add js-dataverse and design-system modules before np…
Browse files Browse the repository at this point in the history
…m install
  • Loading branch information
MellyGray committed May 18, 2023
1 parent 23dc343 commit 7ad9b1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM node:19.6.1
WORKDIR /usr/src/app
COPY package.json ./
COPY js-dataverse-2.0.0.tgz ./
COPY /packages/design-system ./packages/design-system
RUN npm install
RUN cd packages/design-system && npm run build && cd ../..
EXPOSE 5173
CMD ["npm", "start"]

0 comments on commit 7ad9b1b

Please sign in to comment.