chore: Replace copying of schema.graphql with extensions in Dockerfile

This commit is contained in:
Andreas Hilbig 2026-01-13 15:03:44 +01:00
parent 874a22f53a
commit c6314fbda0

View file

@ -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