fix missing build context
Some checks failed
Build and Push Image / Build and push image (push) Failing after 20s

This commit is contained in:
Federico Justus Denkena 2024-05-03 03:34:30 +02:00
parent b83799bfeb
commit 51beae1764
Signed by: f-denkena
GPG Key ID: 28F91C66EE36F382

View File

@ -1,3 +1,4 @@
FROM buildpack-deps:bookworm
# explicitly set user/group IDs
RUN set -eux; \
groupadd -r postgres --gid=999; \