Skip to content

Commit a47f4f9

Browse files
committed
✅ Update local Dockerfiles for testing
1 parent 947cc38 commit a47f4f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/Dockerfiles/c-pac_api.latest.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN mkdir -p /home/user/c-pac_user \
3232
ENV PYTHONUSERBASE=/home/c-pac_user/.local
3333
ENV PATH=$PATH:/home/c-pac_user/.local/bin \
3434
PYTHONPATH=$PYTHONPATH:$PYTHONUSERBASE/lib/python3.10/site-packages
35-
USER c-pac_user
3635
RUN pip install -r /code/requirements.txt && pip install -e /code
36+
USER c-pac_user
3737
ENV FSLDIR="/FSLDIR"
3838
ENTRYPOINT [ "/code/run.py" ]

.github/Dockerfiles/c-pac_api.nightly.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN mkdir -p /home/user/c-pac_user \
3232
ENV PYTHONUSERBASE=/home/c-pac_user/.local
3333
ENV PATH=$PATH:/home/c-pac_user/.local/bin \
3434
PYTHONPATH=$PYTHONPATH:$PYTHONUSERBASE/lib/python3.10/site-packages
35-
USER c-pac_user
3635
RUN pip install -r /code/requirements.txt && pip install -e /code
36+
USER c-pac_user
3737
ENV FSLDIR="/FSLDIR"
3838
ENTRYPOINT [ "/code/run.py" ]

0 commit comments

Comments
 (0)