We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d12ef7 commit e9d1106Copy full SHA for e9d1106
internal/dockerfile/Dockerfile.tmpl
@@ -51,7 +51,7 @@ COPY --from=builder /src /src
51
52
RUN make -C /src static-check
53
54
-# Some things like postgres do not like to run as root. For simplicity, just always run as a unprivileged user,
+# Some things like postgres do not like to run as root. For simplicity, just always run as an unprivileged user,
55
# but for it to be able to read the go cache, we need to allow it.
56
RUN chmod 777 -R /src/
57
USER 4200:4200
0 commit comments