Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Oct 11, 2024
1 parent cee6cad commit 1d76c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ RUN micromamba install -y -n base -f /app/environment.yml && pip install /app/.
RUN micromamba clean --all --yes

# Clean up the src code, as it is installed now
RUN rm -rf smos
RUN rm -rf /app

ENTRYPOINT ["/usr/local/bin/_entrypoint.sh"]

0 comments on commit 1d76c33

Please sign in to comment.