Skip to content
Snippets Groups Projects
Commit f182505c authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Add Dockerfile

parent 3a33f939
Branches
Tags
No related merge requests found
FROM python:3.7-alpine
RUN pip install pipenv
COPY . /opt/SaveMyPlaylist
WORKDIR /opt/SaveMyPlaylist
RUN pipenv install
RUN ln -s $(pipenv --venv) /opt/SaveMyPlaylist/mypipenv
CMD [ "/opt/SaveMyPlaylist/mypipenv/bin/python", "/opt/SaveMyPlaylist/SaveMyPlaylist.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