ci.docker icon indicating copy to clipboard operation
ci.docker copied to clipboard

Remove command to rm non-existent directory

Open idlewis opened this issue 4 years ago • 1 comments

At the point in the dockerfiles where /output/workarea is removed, the directory doesn't exist, as /output is a symlink that hasn't been created yet. However, removing the real workarea directory slows down server startup, so fix up the dockerfiles by removing the duff command (rather than correcting it to remove the real workarea directory)

idlewis avatar Jan 13 '21 14:01 idlewis

@idlewis It could be the removal of /output/workarea inside populate_scc.sh that slowed down the server startup (from this PR ).

Could you please compare with just deleting the correct directory ($WLP_OUTPUT_DIR/defaultServer/workarea) in Dockerfiles?

leochr avatar Mar 19 '21 19:03 leochr