diff --git a/Dockerfile b/Dockerfile index f4d6c06..6afc7d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Makefile b/Makefile index a9ddf7c..cd6bdd9 100644 --- a/Makefile +++ b/Makefile @@ -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: