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

fixed dockerfile

parent b98f42b1
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,4 @@ WORKDIR /opt/SpotifyBackup
RUN $HOME/.poetry/bin/poetry install --no-root
RUN ln -s $($HOME/.poetry/bin/poetry env info -p) /opt/SpotifyBackup/myvenv
CMD [ "/opt/SpotifyBackup/myvenv/Scripts/python", "/opt/SpotifyBackup/SpotifyBackup.py" ]
\ No newline at end of file
CMD [ "/opt/SpotifyBackup/myvenv/bin/python", "/opt/SpotifyBackup/SpotifyBackup.py" ]
\ 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