Skip to content

Commit

Permalink
Bash fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Jul 14, 2024
1 parent 4fcc4e4 commit 553856b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_ottr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ COPY github_package_list.tsv .
RUN --mount=type=secret,id=gh_pat \
Rscript install_github.R \
--packages github_package_list.tsv \
--token sed -i "s/GH_PAT=/GH_PAT=$(cat /run/secrets/gh_pat)/" .env.production
--token "$(sed -i s/GH_PAT=/GH_PAT=$(cat /run/secrets/gh_pat)/ .env.production)"

# Set final workdir for commands
WORKDIR /home/rstudio
Expand Down

0 comments on commit 553856b

Please sign in to comment.