Skip to content

Commit

Permalink
Réparation de l'image de la data pipeline (#2703)
Browse files Browse the repository at this point in the history
## Linked issues

- Resolve #2702
  • Loading branch information
VincentAntoine committed Nov 10, 2023
2 parents 9e12cfe + 89291b1 commit 49d5de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/docker/Dockerfile.DataPipeline
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ RUN chmod +x /tini
RUN useradd -m -r ${USER} && \
chown ${USER} /home/${USER}
WORKDIR /home/${USER}
RUN mkdir /home/${USER}/.prefect/

RUN chown -R ${USER} .
USER ${USER}
Expand Down

0 comments on commit 49d5de0

Please sign in to comment.