Skip to content

Commit e9d1106

Browse files
Update internal/dockerfile/Dockerfile.tmpl
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8d12ef7 commit e9d1106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/dockerfile/Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ COPY --from=builder /src /src
5151

5252
RUN make -C /src static-check
5353

54-
# Some things like postgres do not like to run as root. For simplicity, just always run as a unprivileged user,
54+
# Some things like postgres do not like to run as root. For simplicity, just always run as an unprivileged user,
5555
# but for it to be able to read the go cache, we need to allow it.
5656
RUN chmod 777 -R /src/
5757
USER 4200:4200

0 commit comments

Comments
 (0)