|
|
|
@ -14,7 +14,8 @@ RUN apt-get update && apt-get install -y sqlite3 |
|
|
|
COPY requirements.txt requirements.txt |
|
|
|
RUN pip3 install -r requirements.txt |
|
|
|
|
|
|
|
COPY . . |
|
|
|
COPY lyrics . |
|
|
|
COPY entrypoint.sh . |
|
|
|
|
|
|
|
# CMD [ "python3", "-m" , "flask", "--app", "padel", "run", "--host=0.0.0.0"] |
|
|
|
#CMD [ "python3", "-m" , "flask", "run", "--host=0.0.0.0"] |
|
|
|
|