Skip to content

Commit

Permalink
Dockerfile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
avirut committed Jul 15, 2023
1 parent 38be319 commit d86683d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ RUN micromamba install -y -n base -f environment.yml && \
micromamba clean --all --yes

COPY --chown=$MAMBA_USER:$MAMBA_USER src src
RUN ["chmod", "+x", "/app/src/entrypoint.sh"]

ENTRYPOINT [ "/usr/local/bin/_entrypoint.sh", "/app/src/entrypoint.sh" ]
ENTRYPOINT ["/usr/local/bin/_entrypoint.sh", "/app/src/entrypoint.sh"]

0 comments on commit d86683d

Please sign in to comment.