Skip to content

Instantly share code, notes, and snippets.

@andrewp-as-is
Last active October 11, 2021 08:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewp-as-is/827a29ce1d34457221b5ff333bd939f6 to your computer and use it in GitHub Desktop.
Save andrewp-as-is/827a29ce1d34457221b5ff333bd939f6 to your computer and use it in GitHub Desktop.
Docker base image
sudo docker login --username username
# Dockerfile required
sudo docker build -t username/python:3.8-alpine-psycopg2 .
sudo docker push username/python:3.8-alpine-psycopg2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment