Skip to content

Commit d126bc5

Browse files
author
Thinh Nguyen
authored
Update Dockerfile
1 parent 69a5424 commit d126bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ARG PKG_NAME
55
ARG PKG_VERSION
66

77
FROM datajoint/${IMAGE}:py${PY_VER}-${DISTRO}
8-
COPY --chown=dja:anaconda ./requirements.txt ./setup.py \
8+
COPY --chown=anaconda:anaconda ./requirements.txt ./setup.py \
99
/main/
10-
COPY --chown=dja:anaconda ./${PKG_NAME} /main/${PKG_NAME}
10+
COPY --chown=anaconda:anaconda ./${PKG_NAME} /main/${PKG_NAME}
1111
RUN \
1212
cd /main && \
1313
pip install . && \

0 commit comments

Comments
 (0)