1
0

Corrected ownership of schema file.

This commit is contained in:
James Blair 2020-06-16 19:12:18 +12:00
parent 97af16862a
commit b36a73afdb

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