move help and update dockerfile

This commit is contained in:
2025-06-07 13:07:26 -05:00
parent a53a81a180
commit e1707e789c
5 changed files with 64 additions and 58 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11.10-alpine
FROM python:alpine
WORKDIR /usr/src/app
RUN apk update && \