Skip to content

Commit

Permalink
Remove postbuild file
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Jul 9, 2024
1 parent 23cb3be commit 87f42f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
6 changes: 3 additions & 3 deletions deployments/dev/images/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ RUN R -e "IRkernel::installspec(user = FALSE, prefix='${CONDA_DIR}')"

# clear out /tmp
USER root
COPY postBuild /tmp/postBuild
RUN chmod +x /tmp/postBuild
RUN /tmp/postBuild
#COPY postBuild /tmp/postBuild
#RUN chmod +x /tmp/postBuild
#RUN /tmp/postBuild
RUN rm -rf /tmp/*


Expand Down
19 changes: 0 additions & 19 deletions deployments/dev/images/default/postBuild

This file was deleted.

0 comments on commit 87f42f1

Please sign in to comment.