Skip to content

Commit a1772c8

Browse files
committed
Trying to update permissions on dockerfile
1 parent ecc696f commit a1772c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/accountingservice/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
FROM registry.ddbuild.io/images/mirror/golang:1.22-alpine AS builder
66

77
WORKDIR /usr/src/app
8+
RUN chmod 700 /usr/src/app
89

910
RUN apk update \
1011
&& apk add --no-cache make protobuf-dev

0 commit comments

Comments
 (0)