docker file for postgresql

This commit is contained in:
tom moron
2024-08-11 20:35:58 +02:00
parent eb0539b31e
commit 8ad8d06cae
9 changed files with 66 additions and 4 deletions

View File

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