Skip to content

Instantly share code, notes, and snippets.

@taiwotman
Created October 5, 2022 19:46
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 taiwotman/2895a44307bf9b160019423cc712baea to your computer and use it in GitHub Desktop.
Save taiwotman/2895a44307bf9b160019423cc712baea to your computer and use it in GitHub Desktop.
Enabling Microservices on Postgres using Docker and Docker Compose.
FROM python:latest
WORKDIR app
COPY . /app
RUN python3 -m pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment