Skip to content

Commit f28f0c6

Browse files
author
Thinh Nguyen
committed
Merge branch 'main' of https://github.com/ttngu207/element-array-ephys into chronic_and_acute
2 parents c4a9ab8 + d126bc5 commit f28f0c6

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)