|
|
@ -14,12 +14,8 @@ RUN apt-get update && apt-get install -y sqlite3 |
|
|
COPY requirements.txt requirements.txt |
|
|
COPY requirements.txt requirements.txt |
|
|
RUN pip3 install -r requirements.txt |
|
|
RUN pip3 install -r requirements.txt |
|
|
|
|
|
|
|
|
COPY lyrics . |
|
|
|
|
|
|
|
|
COPY lyrics/. . |
|
|
COPY entrypoint.sh . |
|
|
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"] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# run entrypoint.sh |
|
|
# run entrypoint.sh |
|
|
ENTRYPOINT ["/lyrics/entrypoint.sh"] |
|
|
ENTRYPOINT ["/lyrics/entrypoint.sh"] |