Skip to content

Commit

Permalink
change workdir to homedir in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Aug 31, 2023
1 parent acb029c commit a9014b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Copyright (c) UBC-DSCI Development Team.
FROM ubcdsci/py-dsci-100:20230831022048aa49aa

# Switch the working directory back to the homedir
WORKDIR "${HOME}
# Make sure the contents of our repo are in ${HOME} for binder
COPY . ${HOME}
USER root
Expand Down

0 comments on commit a9014b6

Please sign in to comment.