Skip to content

Commit

Permalink
remove quote typo dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Aug 31, 2023
1 parent 537a4b6 commit d935fcd
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 @@ -2,7 +2,7 @@
FROM ubcdsci/py-dsci-100:20230831022048aa49aa

# Switch the working directory back to the homedir
WORKDIR "${HOME}
WORKDIR ${HOME}

# Make sure the contents of our repo are in ${HOME} for binder
COPY . ${HOME}
Expand Down

0 comments on commit d935fcd

Please sign in to comment.