Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ll911 authored Nov 7, 2018
1 parent 46b5031 commit 92ad4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV CONTAINER_USER_ID="1001" \
WORKDIR ${BUILD_DIR}
RUN apk update \
&& apk add --no-cache rsync \
&& adduser -D -u ${CONTAINER_USER_ID} -g ${CONTAINER_GROUP_ID} -h ${BUILD_DIR} -s /bin/sh app \
&& adduser -D -u ${CONTAINER_USER_ID} -g ${CONTAINER_GROUP_ID} -h ${BUILD_DIR} -s /bin/sh kq \
&& mkdir /npm-global && chown -R ${CONTAINER_USER_ID}:${CONTAINER_USER_ID} /npm-global \
&& chown -R ${CONTAINER_USER_ID}:${CONTAINER_USER_ID} ${BUILD_DIR} && chmod -R 775 ${BUILD_DIR}

Expand Down

0 comments on commit 92ad4bf

Please sign in to comment.