Skip to content

Commit

Permalink
fix ownership of schedview
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Nov 8, 2023
1 parent 084b25b commit 6a53e78
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
@@ -1,7 +1,7 @@
# Follow https://micromamba-docker.readthedocs.io/en/latest/
FROM mambaorg/micromamba:1.5.1
COPY --chown=$MAMBA_USER:$MAMBA_USER container_environment.yaml /tmp/container_environment.yaml
COPY . /home/${MAMBA_USER}/schedview
COPY --chown=$MAMBA_USER:$MAMBA_USER . /home/${MAMBA_USER}/schedview
RUN micromamba install -y -n base -f /tmp/container_environment.yaml && \
micromamba clean --all --yes
ARG MAMBA_DOCKERFILE_ACTIVATE=1
Expand Down

0 comments on commit 6a53e78

Please sign in to comment.