Skip to content

Commit

Permalink
Fix SYNCTHING_GROUP_UID -> SYNCTHING_GROUP_GID (!!)
Browse files Browse the repository at this point in the history
Issue #3
  • Loading branch information
bigbrozer committed Jul 7, 2019
1 parent 4c4d8b7 commit a106a16
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 @@ -37,7 +37,7 @@ RUN set -x \
&& rmdir "$dir" \
&& apk del .temp-deps;

RUN addgroup -S -g $SYNCTHING_GROUP_UID $SYNCTHING_GROUP && \
RUN addgroup -S -g $SYNCTHING_GROUP_GID $SYNCTHING_GROUP && \
adduser -S -u $SYNCTHING_USER_UID -D -G $SYNCTHING_GROUP $SYNCTHING_USER;

RUN mkdir -p /etc/syncthing /syncedfolders
Expand Down

0 comments on commit a106a16

Please sign in to comment.