Skip to content

Commit

Permalink
WIP always forgetting about the dockerignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
phildarnowsky-broad committed Apr 18, 2024
1 parent a371435 commit c83f2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/dockerfiles/browser/api.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ COPY --chown=node:node tsconfig.build.json /app/graphql-api/tsconfig.build.json
RUN pnpm tsc -p /app/graphql-api/tsconfig.build.json

# Copy static data into place
COPY --chown=node:node static_data/ /app/static_data/
COPY --chown=node:node graphql-api/static_data /app/static_data

CMD ["node", "graphql-api/src/app.js"]
1 change: 1 addition & 0 deletions deploy/dockerfiles/browser/api.dockerfile.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
!pnpm-lock.yaml
!pnpm-workspace-api-docker.yaml
!package.json
!graphql-api/static_data

0 comments on commit c83f2df

Please sign in to comment.