chore: add automation script to release images (#58)

This commit is contained in:
Meng Xin Zhu
2024-10-09 18:20:14 +08:00
committed by GitHub
parent 552578a0ee
commit c1ee1b4244
3 changed files with 86 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM public.ecr.aws/docker/library/python:3.12-slim
WORKDIR /app