Skip to content

Commit

Permalink
Add missing autoclean config to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
hisorange committed Nov 14, 2021
1 parent 0f8f3b3 commit 92084e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ WORKDIR /srv
COPY --from=builder /temp/license license
COPY --from=builder /temp/package.json package.json
COPY --from=builder /temp/yarn.lock yarn.lock
COPY --from=builder /temp/.yarnclean .yarnclean
COPY --from=builder /temp/build build
COPY --from=builder /temp/storage storage
COPY --from=builder /temp/template template
Expand Down

0 comments on commit 92084e9

Please sign in to comment.