Skip to content

Commit

Permalink
docker: change rstudio passwd
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Jul 28, 2023
1 parent c44ba94 commit dd108f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ COPY . /opt/OHCA
WORKDIR /opt/OHCA

RUN make quarto
RUN make info
RUN make setup
RUN make info
RUN make install
RUN make info
RUN make render
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,14 @@ git: ## Automated commit and pushing to github rpeo
git push

.PHONY: cleanup
git: ## Removing temp files before pushing to ghcr.io
cleanup: ## Removing temp files before pushing to ghcr.io
@echo "🧹 Cleaning up"
$(RCMD) 'pak::cache_clean()'
$(RCMD) 'remove.packages("BSgenome.Hsapiens.UCSC.hg38")'
$(CONDA) clean --all --yes
echo "rstudio:OHCA" | chpasswd
rm -rf /tmp/*
du -sh /

.PHONY: help
help:
Expand Down

0 comments on commit dd108f5

Please sign in to comment.