Dockerfile: Clean up ADD and RUN commands
Brought to you by:
austinsuero97
Originally created by: joakimr-axis
Optimize by copying all files in one command (and the directory in
another) and use COPY instead of ADD. Remove the line that adds . to
the container.
Change-Id: Ia320060ae3977712ac653dee3dcf4393d66198ad
Signed-off-by: Joakim Roubert joakimr@axis.com
Resolves [#6557]
Originally posted by: GordonTheTurtle
Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:
Amending updates the existing PR. You DO NOT need to open a new one.
Originally posted by: joakimr-axis
This PR is superfluous if https://github.com/docker/compose/pull/6577 is merged.