Commit bcfb051 1 parent 710d237 commit bcfb051 Copy full SHA for bcfb051
File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN apt-get install -y --no-install-recommends build-essential curl \
52
52
## -------------------------- install application ----------------------------------- ##
53
53
WORKDIR /workspace/app
54
54
COPY pyproject.toml uv.lock README.md .pre-commit-config.yaml LICENSE Makefile \
55
- package.json package-lock.json vite.config.ts tsconfig.json tsconfig.node.json \
55
+ package.json package-lock.json vite.config.ts tsconfig.json \
56
56
tailwind.config.cjs postcss.config.cjs components.json \
57
57
./
58
58
RUN python -m venv --copies /workspace/app/.venv \
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ x-development-volumes: &development-volumes
7
7
- ./pyproject.toml:/workspace/app/pyproject.toml
8
8
- ./uv.lock:/workspace/app/uv.lock
9
9
- ./tsconfig.json:/workspace/app/tsconfig.json
10
- - ./tsconfig.node.json:/workspace/app/tsconfig.node.json
11
10
- ./package.json:/workspace/app/package.json
12
11
- ./package-lock.json:/workspace/app/package-lock.json
13
12
- ./vite.config.ts:/workspace/app/vite.config.ts
You can’t perform that action at this time.
0 commit comments