Skip to content

Commit

Permalink
Popravljeno kopiranje datotek
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanos committed Mar 10, 2024
1 parent f9db738 commit 1248d4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ ENV HOME /home/${NB_USER}
RUN adduser --disabled-password --gecos "Default user" --uid ${NB_UID} ${NB_USER}

# Make sure the contents of the notebooks directory are in ${HOME}
COPY * ${HOME}/
RUN chown -R ${NB_USER}:${NB_USER} ${HOME}
COPY --chown=${NB_USER}:${NB_USER} . ${HOME}/

# Switch to the user
USER ${NB_USER}
Expand Down

0 comments on commit 1248d4e

Please sign in to comment.