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 c1ae52d503
commit 4e8b7a9ad7
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