Delete Dockerfile
This commit is contained in:
12
Dockerfile
12
Dockerfile
@@ -1,12 +0,0 @@
|
||||
FROM python:3-alpine
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
VOLUME /app/data
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
||||
|
||||
CMD [ "start" ]
|
||||
Reference in New Issue
Block a user