diff --git a/sorusora/Dockerfile b/sorusora/Dockerfile index fb6e1ee..79963df 100644 --- a/sorusora/Dockerfile +++ b/sorusora/Dockerfile @@ -16,13 +16,6 @@ COPY ${ROOT_PATH}/requirements.txt . RUN pip install -r requirements.txt \ && pip install typing-extensions -COPY ${PROTO_PATH} ${PROTO_PATH} - -COPY ${ROOT_PATH}/build-protos.sh . - -RUN chmod +x build-protos.sh \ - && ./build-protos.sh ${PROTO_PATH} - COPY ${ROOT_PATH} . CMD ["python", "src/main.py"]