Skip to content
Snippets Groups Projects
Commit 671e13af authored by Robert Goldmann's avatar Robert Goldmann
Browse files

v1.11.0

parent d04d2cd9
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,9 @@ RUN curl -sSL https://install.python-poetry.org | python -
COPY . /opt/SpotifyBackup
WORKDIR /opt/SpotifyBackup
RUN /root/.local/bin/poetry install --no-root
RUN ln -s $($HOME/.poetry/bin/poetry env info -p) /opt/SpotifyBackup/myvenv
RUN /root/.local/bin/poetry install --no-root && \
/root/.local/bin/poetry cache clear --all .
RUN ln -s $($HOME/.local/share/pypoetry/venv/bin/poetry env info -p) /opt/SpotifyBackup/myvenv
CMD [ "/opt/SpotifyBackup/myvenv/bin/python", "/opt/SpotifyBackup/SpotifyBackup.py" ]
\ No newline at end of file
[tool.poetry]
name = "SpotifyBackup"
version = "1.10.0"
version = "1.11.0"
description = "Simple script for backing up public playlists from Spotify."
authors = ["deadlocker8"]
......
{
"version": {
"name": "v1.10.0",
"code": 13,
"date": "28.08.23"
"name": "v1.11.0",
"code": 14,
"date": "09.10.23"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment