Added link

This commit is contained in:
Walter 2025-02-19 21:35:33 +01:00
parent 0085bb2943
commit d8fca83aae

View File

@ -1,3 +1,5 @@
# https://testdriven.io/blog/dockerizing-django-with-postgres-gunicorn-and-nginx/
FROM python:3.12.2-slim-buster as builder FROM python:3.12.2-slim-buster as builder
WORKDIR /usr/src/app WORKDIR /usr/src/app