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

Added Dockerfile

parent 6b2dfa21
No related branches found
No related tags found
No related merge requests found
FROM python:3.7-alpine
RUN pip install pipenv
COPY . /opt/SpotifyBackup
WORKDIR /opt/SpotifyBackup
RUN pipenv install
RUN ln -s $(pipenv --venv) /opt/SpotifyBackup/mypipenv
CMD [ "/opt/SpotifyBackup/mypipenv/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