general enhancements

This commit is contained in:
Yhael S
2023-08-26 16:23:45 -05:00
parent f96c483ec1
commit 0ceb528e26
8 changed files with 70 additions and 57 deletions

View File

@@ -1,4 +1,5 @@
FROM postgres:15.3
ARG POSTGRES_TAG
FROM postgres:${POSTGRES_TAG}
#------------------------#
# APT Dependencies #