Skip to content

Commit a336611

Browse files
authored
Update .gitpod.Dockerfile
Cria postgres user
1 parent d1af357 commit a336611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ FROM gitpod/workspace-postgres
22
USER gitpod
33
RUN bash -c "chmod +x ~/.sdkman/bin/sdkman-init.sh && . ~/.sdkman/bin/sdkman-init.sh && sdk install java 17.0.7-amzn && sdk default java 17.0.7-amzn"
44
RUN bash -c "echo '. ~/.sdkman/bin/sdkman-init.sh' >> ~/.zshrc"
5+
RUN bash -c "psql -c 'create user postgres' || true"

0 commit comments

Comments
 (0)