Skip to content

Commit d399332

Browse files
authored
Update Dockerfile: fix typo
Signed-off-by: Minhyeok LEE <[email protected]>
1 parent 0e8b7c4 commit d399332

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
@@ -11,7 +11,7 @@ RUN apt update && apt upgrade -y
1111
COPY pkg/*.txt ${PKG_DIR}/
1212

1313
RUN pip install --upgrade pip && \
14-
pip install --upgrade -r ${PKG_DIR}/pip_requirements.txt \
14+
pip install --upgrade -r ${PKG_DIR}/pip_requirements.txt && \
1515
pip install --upgrade --pre spaceone-identity
1616

1717
COPY src ${SRC_DIR}
@@ -21,4 +21,4 @@ RUN python3 setup.py install && rm -rf /tmp/*
2121
EXPOSE ${SPACEONE_PORT}
2222

2323
ENTRYPOINT ["spaceone"]
24-
CMD ["run", "plugin-server", "plugin", "-m", "/opt"]
24+
CMD ["run", "plugin-server", "plugin", "-m", "/opt"]

0 commit comments

Comments
 (0)