Skip to content

Instantly share code, notes, and snippets.

@barrachri
Created December 7, 2020 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barrachri/c4f6627c1aa166a2cadca7c1e3f6c120 to your computer and use it in GitHub Desktop.
Save barrachri/c4f6627c1aa166a2cadca7c1e3f6c120 to your computer and use it in GitHub Desktop.
# ================
# PRODUCTION IMAGE
# ================
FROM YOUR-BASE-IMAGE
ARG GIT_HASH
ENV GIT_HASH ${GIT_HASH:-dev}
WORKDIR /src
COPY --from=builder /usr/local/lib/python3.8/site-packages/ /usr/local/lib/python3.8/site-packages/
COPY --from=builder /usr/local/bin /usr/local/bin
COPY --from=builder /usr/local/src/ /usr/local/src/
COPY . /src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment