Update DB Strings
This commit is contained in:
@@ -1 +1,5 @@
|
||||
FROM python:3.11
|
||||
FROM python:3.11-alpine
|
||||
COPY ./requirements.txt /app/requirements.txt
|
||||
RUN [ "pip", "install", "-r", "/app/requirements.txt" ]
|
||||
COPY ./src /app/src
|
||||
ENTRYPOINT [ "python", "/app/src/test.py" ]
|
||||
Reference in New Issue
Block a user