Skip to content

Commit 1f2d2e3

Browse files
committed
remove accidential dockerfile changes
1 parent f87915a commit 1f2d2e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile.ecs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ WORKDIR /cellpack
44
COPY . /cellpack
55

66
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
7+
RUN python -m pip install . --root-user-action=ignore
98

109
EXPOSE 80
1110

0 commit comments

Comments
 (0)