Skip to content

Instantly share code, notes, and snippets.

View grantslape's full-sized avatar
🖥️

Grant Slape grantslape

🖥️
View GitHub Profile
@grantslape
grantslape / Dockerfile
Last active June 27, 2019 03:22
Python Dockerfile: mount your requirements before mounting your application!
ARG PYTHON_VERSION=3.4.9
FROM python:${PYTHON_VERSION}-alpine
RUN mkdir /app
ADD app/requirements.txt /app/
WORKDIR /app
# Install dependencies
RUN pip install --trusted-host pypi.python.org -r requirements.txt

Keybase proof

I hereby claim:

  • I am grantslape on github.
  • I am grantslape (https://keybase.io/grantslape) on keybase.
  • I have a public key ASCL1Lv5U_H6XzJbnUXUqrTY1yZJVnUvMQqJkKi-Nw2b8wo

To claim this, I am signing this object: