Skip to content

Commit b41472a

Browse files
committed
#334 Fix file permissions
1 parent 7963d96 commit b41472a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ COPY ./rootfs /
6969

7070
COPY --from=builder "/output/linux/serve-grpc" "/app/serve-grpc"
7171

72-
# Run as non-root container
73-
74-
USER 1001
75-
7672
# Prepare environment file system.
7773

7874
RUN chmod --recursive 777 /tmp
7975

76+
# Run as non-root container
77+
78+
USER 1001
79+
8080
# Runtime environment variables.
8181

8282
ENV LD_LIBRARY_PATH=/opt/senzing/er/lib/

0 commit comments

Comments
 (0)