Skip to content

Instantly share code, notes, and snippets.

View Dimedrolity's full-sized avatar

Dmitry Redkin Dimedrolity

  • Yekaterinburg, Russia
View GitHub Profile
@cse031sust02
cse031sust02 / Dockerfile
Last active October 9, 2023 12:57
Basic Dockerfile for Django using Pipenv
# My Django Project
# Version: 1.0
# FROM - Image to start building on.
FROM python:3
# PROJECT SETUP
# ----------------