We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc696f commit a1772c8Copy full SHA for a1772c8
src/accountingservice/Dockerfile
@@ -5,6 +5,7 @@
5
FROM registry.ddbuild.io/images/mirror/golang:1.22-alpine AS builder
6
7
WORKDIR /usr/src/app
8
+RUN chmod 700 /usr/src/app
9
10
RUN apk update \
11
&& apk add --no-cache make protobuf-dev
0 commit comments