Skip to content

Commit 383e79a

Browse files
build: try to reduce image size.
1 parent 16c9fc6 commit 383e79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ENV MAXKB_VERSION="${DOCKER_IMAGE_TAG} (build at ${BUILD_AT}, commit: ${GITHUB_C
6161
PYTHONUNBUFFERED=1
6262

6363
WORKDIR /opt/maxkb-app
64-
COPY --from=stage-build /opt/maxkb-app /opt/maxkb-app
64+
COPY --from=stage-build --chmod=700 /opt/maxkb-app /opt/maxkb-app
6565
COPY --from=stage-build /opt/py3 /opt/py3
6666

6767
RUN chmod 755 /tmp

0 commit comments

Comments
 (0)