Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile optimizations #40

Open
robbyoconnor opened this issue Nov 1, 2019 · 0 comments
Open

Dockerfile optimizations #40

robbyoconnor opened this issue Nov 1, 2019 · 0 comments

Comments

@robbyoconnor
Copy link

These are fixed in #39 but I am making an issue nonetheless.

  1. Remove packages which exist in the base image at the same version
  2. move WORKDIR to the top
  3. COPY over ADD -- ADD is for archive files such as zip, tarballs, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant