diff --git a/Dockerfile b/Dockerfile index 601c9709..e3c3f132 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,9 @@ COPY --from=api /usr/src/app/out /usr/src/app/public RUN yarn install --frozen-lockfile RUN yarn build +## Glue +RUN touch /usr/src/app/src/schema.gql && chown ohmyform:ohmyform /usr/src/app/src/schema.gql + ## Production Image. FROM node:12