We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87915a commit 1f2d2e3Copy full SHA for 1f2d2e3
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