Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed Dec 16, 2024
1 parent 446c6a6 commit ff2399e
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 @@ -45,5 +45,5 @@ ENV HOME=/home/$USER_NAME
WORKDIR $HOME

COPY scripts /scripts
COPY --chown:0:0 oscrc /root/.config/osc/oscr
COPY --chown=0:0 oscrc /root/.config/osc/oscr
COPY --chown=$UID:$GID oscrc $HOME/.config/osc/oscrc

0 comments on commit ff2399e

Please sign in to comment.