luckyframework / authentic

An authentication library for Lucky projects
MIT License
14 stars 13 forks source link

Dockerfile optimizations #40

Open robbyoconnor opened 4 years ago

robbyoconnor commented 4 years ago

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.