Skip to content

Commit

Permalink
Don’t need production thing
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Jul 14, 2024
1 parent 5322669 commit 39ba7d2
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 @@ -8,7 +8,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)/)"

WORKDIR /rocker-build/

Expand Down

0 comments on commit 39ba7d2

Please sign in to comment.