mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
updated dockerfile
This commit is contained in:
parent
ae80def7f2
commit
683bb88f8b
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user