diff --git a/Dockerfile b/Dockerfile index 1a4f1b8..9240fa1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM node:20-alpine AS webBuild WORKDIR /web COPY /web . +RUN cat schema.graphql RUN npm ci RUN npm run compile-pipeline RUN npm run build