Skip to content

Commit

Permalink
Removed trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
MentalFS committed Feb 13, 2024
1 parent 019ed55 commit 4f7cd9b
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 @@ -14,7 +14,7 @@ RUN set -eux; \
mkdir -p /var/lib/boinc-client/locale; \
touch /etc/boinc-client/boinctui.cfg; \
chown boinc:boinc /etc/boinc-client/*; \
ln -s /etc/boinc-client/boinctui.cfg /var/lib/boinc-client/.boinctui.cfg
ln -s /etc/boinc-client/boinctui.cfg /var/lib/boinc-client/.boinctui.cfg
COPY start /
USER boinc
WORKDIR /var/lib/boinc-client
Expand Down

0 comments on commit 4f7cd9b

Please sign in to comment.