Skip to content

Instantly share code, notes, and snippets.

@Gunwoong-Heo
Created January 24, 2023 13:42
Show Gist options
  • Save Gunwoong-Heo/ea64ad78a24f3ed87414c472ad5640a9 to your computer and use it in GitHub Desktop.
Save Gunwoong-Heo/ea64ad78a24f3ed87414c472ad5640a9 to your computer and use it in GitHub Desktop.
Dockerfile-dev
FROM python:3.7
ENV PYTHONUNBUFFERED 0
WORKDIR /app
ADD requirements.txt /app/
RUN pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment