chore: Replace copying of schema.graphql with extensions in Dockerfile
This commit is contained in:
parent
874a22f53a
commit
c6314fbda0
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ ARG API_VERSION
|
|||
ENV API_VERSION=${API_VERSION}
|
||||
WORKDIR /usr/app
|
||||
COPY package*.json ./
|
||||
COPY schema.graphql ./
|
||||
COPY extensions ./
|
||||
RUN npm install --production
|
||||
|
||||
COPY --from=builder /usr/app/dist ./dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue