We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ad948 commit 681e672Copy full SHA for 681e672
docker/Dockerfile.ecs
@@ -4,8 +4,7 @@ WORKDIR /cellpack
4
COPY . /cellpack
5
6
RUN python -m pip install --upgrade pip --root-user-action=ignore
7
-RUN python -m pip install .
8
-RUN python -m pip install aiohttp mdutils
+RUN python -m pip install . --root-user-action=ignore
9
10
EXPOSE 80
11
0 commit comments