django basic server and connection to postgresql (not with env for now)

This commit is contained in:
tom moron
2024-08-12 22:07:30 +02:00
parent 2a69e41464
commit fab7db4468
9 changed files with 208 additions and 10 deletions

View File

@ -1,4 +1,4 @@
FROM nginx:bullseye
FROM nginx:latest
RUN mkdir -p /etc/nginx/ssl
RUN apt install -y openssl