try again with Procfile and release worker
This commit is contained in:
parent
6f05dd748b
commit
c96e90c980
1
.buildpacks
Normal file
1
.buildpacks
Normal file
@ -0,0 +1 @@
|
||||
heroku/python
|
||||
16
Dockerfile
16
Dockerfile
@ -1,16 +0,0 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y git && \
|
||||
git config --global --add safe.directory /app
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN mkdocs build
|
||||
|
||||
CMD ["python", "-m", "http.server", "--directory", "public", "5000"]
|
||||
Loading…
x
Reference in New Issue
Block a user