mirror of
https://github.com/WhaleFell/SMSBoom.git
synced 2026-05-05 18:31:51 +08:00
feat: add Dockerfile
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:3.9-alpine
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
COPY . ./
|
||||
|
||||
RUN pip install pipenv && pipenv install --deploy --ignore-pipfile
|
||||
|
||||
ENTRYPOINT ["pipenv", "run", "python", "smsboom.py"]
|
||||
Reference in New Issue
Block a user