Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Jun 15, 2024
1 parent 6f21c45 commit 6b3da84
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sorusora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 6b3da84

Please sign in to comment.