Skip to content

Commit

Permalink
add project files
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Jan 24, 2025
1 parent 488a372 commit 21cd6fb
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 37 deletions.
74 changes: 38 additions & 36 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,51 +1,53 @@
*
!bin
!requirements.txt
!requirements-dev.txt
!posthog
!plugin-server
!staticfiles
!manage.py
!gunicorn.config.py
!babel.config.js
!posthog.json
!package.json
!pnpm-lock.yaml
!webpack.config.js
!playwright.config.ts
!tailwind.config.js
!.devcontainer
!.kearc
!.storybook
!tsconfig.json
!products
!babel.config.js
!bin
!common/hogvm/python
!common/plugin_transpiler/*.*
!common/plugin_transpiler/src
!dags
!ee
!frontend/@posthog
!frontend/*.*
!frontend/public
!frontend/src
!frontend/types
!frontend/public
!frontend/*.*
!ee
!.devcontainer
!gunicorn.config.py
!manage.py
!nx.json
!package.json
!patches
!playwright.config.ts
!plugin-server
!plugin-server/.eslintrc.js
!plugin-server/.prettierrc
!plugin-server/package.json
!plugin-server/pnpm-lock.yaml
!plugin-server/tsconfig.json
!plugin-server/tsconfig.eslint.json
!plugin-server/src
!plugin-server/.eslintrc.js
!plugin-server/.prettierrc
!plugin-server/tsconfig.eslint.json
!plugin-server/tsconfig.json
!pnpm-lock.yaml
!posthog
!posthog.json
!products
!project.json
!requirements-dev.txt
!requirements.txt
!rust
!share/GeoLite2-City.mmdb
!common/hogvm/python
!unit.json.tpl
!common/plugin_transpiler/src
!common/plugin_transpiler/*.*
!test-runner-jest.config.js
!staticfiles
!tailwind.config.js
!test-runner-jest-environment.js
!patches
!rust
!test-runner-jest.config.js
!tsconfig.json
!unit.json.tpl
!webpack.config.js
rust/.env
rust/.github
rust/docker
rust/target
rust/cyclotron-node/dist
rust/cyclotron-node/node_modules
rust/cyclotron-node/index.node
!dags
rust/cyclotron-node/node_modules
rust/docker
rust/target
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM node:18.19.1-bookworm-slim AS frontend-build
WORKDIR /code
SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]

COPY package.json pnpm-lock.yaml ./
COPY package.json pnpm-lock.yaml project.json nx.json ./
COPY patches/ patches/
RUN corepack enable && pnpm --version && \
mkdir /tmp/pnpm-store && \
Expand Down

0 comments on commit 21cd6fb

Please sign in to comment.