Page MenuHomeSoftware Heritage

Add .dockerignore
ClosedPublic

Authored by ardumont on Dec 13 2018, 9:44 AM.

Details

Summary

To avoid copying too much information during the COPY steps.

Related T1443

Diff Detail

Repository
rDENV Development environment
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

You may also add */.eggs and */*.egg-info

This revision is now accepted and ready to land.Dec 13 2018, 9:48 AM

I've initially committed this directly. Pushed.
The build failed. So i reverted. Pushed.
Now i'm opening the diff, realizing that the swh-env has been red for a while now T.T

Still, that's better to show what i proposed ;)

You may also add */.eggs and */*.egg-info

Right!

Add other suggested patterns

This revision was automatically updated to reflect the committed changes.