Skip to content

Commit

Permalink
Removed plugins copy
Browse files Browse the repository at this point in the history
  • Loading branch information
fjudith committed Sep 15, 2023
1 parent 32f4284 commit 7a8c6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY package.json yarn.lock ./
COPY packages packages

# Comment this out if you don't have any internal plugins
COPY plugins plugins
# COPY plugins plugins

RUN find packages \! -name "package.json" -mindepth 2 -maxdepth 2 -exec rm -rf {} \+

Expand Down

0 comments on commit 7a8c6d3

Please sign in to comment.