Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andriy-f committed Feb 8, 2024
1 parent 45baf45 commit 55f8537
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@ RUN set -ex; \
su-exec node npm cache clean --force; \
apk del .gyp;

COPY --chown=node:node tsconfig.json ./
COPY --chown=node:node tsconfig.node.json ./
COPY --chown=node:node nodemon-relay.json ./
COPY --chown=node:node vite.config.ts ./
COPY --chown=node:node myRelayPlugin.ts ./
COPY --chown=node:node .eslintrc.cjs ./
COPY --chown=node:node relay.config.json ./
COPY --chown=node:node schema.graphql ./
COPY --chown=node:node index.html ./
COPY --chown=node:node tsconfig.json tsconfig.node.json nodemon-relay.json ./
COPY --chown=node:node vite.config.ts myRelayPlugin.ts .eslintrc.cjs ./
COPY --chown=node:node relay.config.json jest.config.mjs schema.graphql index.html ./
COPY --chown=node:node config ./config
COPY --chown=node:node assets ./assets
COPY --chown=node:node public ./public
COPY --chown=node:node scripts ./scripts
Expand Down

0 comments on commit 55f8537

Please sign in to comment.