Skip to content

Commit

Permalink
RHINENG-13680: Add .cleanmodules file to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
rexwhite committed Oct 15, 2024
1 parent d5641d6 commit f0f5f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV HOME=$APP_ROOT
FROM base AS packages

COPY ./test ./test
COPY package.json package-lock.json knexfile.js ./
COPY package.json package-lock.json .cleanmodules knexfile.js ./

#----------------------- test -----------------------

Expand Down

0 comments on commit f0f5f59

Please sign in to comment.