Skip to content

Commit

Permalink
Fix CI: we now use the real schema package
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Oct 24, 2024
1 parent 02aedad commit 4482f59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ FROM node:${NODE_VERSION} AS build
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
WORKDIR /usr/src/app
COPY package*.json /usr/src/app/
# TODO: Remove this line when the package is published
COPY comapeo-schema-server.tgz /usr/src/app/
RUN npm ci --omit=dev

# --------------> The production image__
Expand Down

0 comments on commit 4482f59

Please sign in to comment.