updated dockerfile

This commit is contained in:
mertalev 2023-11-12 18:03:08 -05:00
parent ae80def7f2
commit 683bb88f8b
No known key found for this signature in database
GPG key ID: 9181CD92C0A1C5E3

View file

@ -14,8 +14,7 @@ RUN micromamba install -y -n base -f /tmp/conda-lock.yml && \
WORKDIR /usr/src/app
COPY --chown=$MAMBA_USER:$MAMBA_USER start.sh .
COPY --chown=$MAMBA_USER:$MAMBA_USER app .
COPY --chown=$MAMBA_USER:$MAMBA_USER export .
ENTRYPOINT ["/usr/local/bin/_entrypoint.sh"]
CMD ["./start.sh"]
CMD ["python -m run"]