We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f486288 commit 93046c0Copy full SHA for 93046c0
Dockerfile
@@ -0,0 +1,10 @@
1
+FROM python:3.10.12-slim
2
+
3
+RUN apt update && apt install awscli -y --no-install-recommends
4
5
+WORKDIR /app
6
7
+COPY main.py .
8
+COPY entrypoint.sh .
9
10
+ENTRYPOINT ["/app/entrypoint.sh"]
0 commit comments