Skip to content

Commit

Permalink
fix: Removed some more build/install files from copy
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 committed Dec 18, 2024
1 parent 3caf629 commit 86829e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
# have this file as their .dockerignore.

# Output
dist/
build/
**/dist/
**/build/

# Dependencies
node_modules/
**/node_modules/

# Root
README.md
Expand All @@ -33,5 +33,5 @@ dockerfile
.scripts/
.vscode/
coverage/
docs/
platform/docs/
testdata/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ COPY --parents ./addOns/package.json ./addOns/*/*/package.json ./extensions/*/pa
# Run the install before copying the rest of the files
RUN bun install
# Copy the local directory
COPY --link --exclude=node_modules --exclude=yarn.lock --exclude=package.json --exclude=Dockerfile . .
COPY --link --exclude=yarn.lock --exclude=package.json --exclude=Dockerfile . .
# Do a second install to finalize things after the copy
RUN bun run show:config
RUN bun install
Expand Down

0 comments on commit 86829e9

Please sign in to comment.