Skip to content

Commit

Permalink
Fix incorrect file path
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavanba authored Jul 9, 2024
1 parent 3b3a0ed commit 09e42d0
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 @@ -29,7 +29,7 @@ RUN R -e 'install.packages("devtools")'

RUN sed -i -e "s|\"<PERSONAL_ACCESS_TOKEN>\"|\"\${AWS_SYNAPSE_TOKEN}\"\n|g" \
-e "s|/absolute/path/to/synapse_creds.sh|/home/rstudio/synapse_creds.sh|g" \
/root/.aws/config
/home/rstudio/.aws/config

ENV ROOT=TRUE

Expand Down

0 comments on commit 09e42d0

Please sign in to comment.