Skip to content

Instantly share code, notes, and snippets.

@Wittline
Created June 5, 2022 16:37
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 Wittline/9ed61e51137eaf8a2180da850b13c1db to your computer and use it in GitHub Desktop.
Save Wittline/9ed61e51137eaf8a2180da850b13c1db to your computer and use it in GitHub Desktop.
FROM python:3.8
WORKDIR /ingestion
COPY requirements.txt .
COPY wait-for-it.sh /usr/wait-for-it.sh
RUN pip install -r requirements.txt
COPY ./app ./app
RUN chmod +x /usr/wait-for-it.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment