티스토리 뷰

공부

[jenkins] aws cli

승가비 2022. 9. 11. 20:19
728x90

https://pks2974.medium.com/jenkins-%EC%99%80-docker-%EA%B7%B8%EB%A6%AC%EA%B3%A0-aws-cli-%EC%82%BD%EC%A7%88%EA%B8%B0-%EC%A0%95%EB%A6%AC%ED%95%98%EA%B8%B0-e728986960e2

FROM python:3.10.6 as app

ENV TZ=Asia/Seoul

RUN pip install awscli

WORKDIR /app
COPY static/ /app/static/
728x90

'공부' 카테고리의 다른 글

[pandas] dataframe (with T)  (0) 2022.09.11
[MySQL] Partition  (0) 2022.09.11
Limitation of Distributed System  (0) 2022.09.11
[java] send email auth  (0) 2022.09.11
[python] convert bytes array to JSON string  (0) 2022.09.11
댓글