mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2025-07-01 15:23:15 +00:00
Delete Dockerfile
This commit is contained in:
parent
e7b3f5c4bd
commit
9a93544cb4
19
Dockerfile
19
Dockerfile
@ -1,19 +0,0 @@
|
|||||||
FROM python:3.9-alpine as base
|
|
||||||
|
|
||||||
RUN apk --update add git ffmpeg
|
|
||||||
|
|
||||||
FROM base as builder
|
|
||||||
RUN mkdir /install
|
|
||||||
WORKDIR /install
|
|
||||||
COPY requirements.txt /requirements.txt
|
|
||||||
RUN apk add gcc libc-dev zlib zlib-dev jpeg-dev \
|
|
||||||
&& pip install --prefix="/install" -r /requirements.txt
|
|
||||||
|
|
||||||
|
|
||||||
FROM base
|
|
||||||
|
|
||||||
COPY --from=builder /install /usr/local
|
|
||||||
COPY zspotify /app
|
|
||||||
COPY *zs_config.json /
|
|
||||||
WORKDIR /app
|
|
||||||
ENTRYPOINT ["/usr/local/bin/python", "app.py"]
|
|
Loading…
x
Reference in New Issue
Block a user