Reverted "Corrected ownership of schema file."

This reverts commit b36a73afdb8ced00c7f1764de541ebf8f8868806.
This commit is contained in:
James Blair 2020-06-16 19:15:58 +12:00
parent b36a73afdb
commit d67a780185

View File

@ -20,9 +20,6 @@ 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