fix missing build context
Some checks failed
Build and Push Image / Build and push image (push) Failing after 20s
Some checks failed
Build and Push Image / Build and push image (push) Failing after 20s
This commit is contained in:
parent
b83799bfeb
commit
51beae1764
@ -1,3 +1,4 @@
|
||||
FROM buildpack-deps:bookworm
|
||||
# explicitly set user/group IDs
|
||||
RUN set -eux; \
|
||||
groupadd -r postgres --gid=999; \
|
||||
|
Loading…
Reference in New Issue
Block a user