Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SpotifyBackup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Goldmann
SpotifyBackup
Commits
f0211e01
Commit
f0211e01
authored
5 years ago
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
use only TheCodeLabs-BaseUtils (no gevent dependency) + resetted Dockerfile
parent
7bcd26d2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+0
-4
0 additions, 4 deletions
Dockerfile
Pipfile
+1
-1
1 addition, 1 deletion
Pipfile
with
1 addition
and
5 deletions
Dockerfile
+
0
−
4
View file @
f0211e01
FROM
python:3.7-alpine
FROM
python:3.7-alpine
RUN
apk add
--no-cache
--virtual
.build-deps gcc musl-dev libffi-dev py3-gevent
RUN
pip
install
pipenv
RUN
pip
install
pipenv
COPY
. /opt/SpotifyBackup
COPY
. /opt/SpotifyBackup
...
@@ -9,6 +7,4 @@ WORKDIR /opt/SpotifyBackup
...
@@ -9,6 +7,4 @@ WORKDIR /opt/SpotifyBackup
RUN
pipenv
install
RUN
pipenv
install
RUN
ln
-s
$(
pipenv
--venv
)
/opt/SpotifyBackup/mypipenv
RUN
ln
-s
$(
pipenv
--venv
)
/opt/SpotifyBackup/mypipenv
RUN
apk del .build-deps gcc musl-dev libffi-dev py3-gevent
CMD
[ "/opt/SpotifyBackup/mypipenv/bin/python", "/opt/SpotifyBackup/SpotifyBackup.py" ]
CMD
[ "/opt/SpotifyBackup/mypipenv/bin/python", "/opt/SpotifyBackup/SpotifyBackup.py" ]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Pipfile
+
1
−
1
View file @
f0211e01
...
@@ -13,6 +13,6 @@ python_version = "3.7"
...
@@ -13,6 +13,6 @@ python_version = "3.7"
[packages]
[packages]
spotipy
=
"=
=
2.10
.
0
"
spotipy
=
"=
=
2.10
.
0
"
PythonLib
s = "
=
=
1.0
.
0
"
TheCodeLabs-BaseUtil
s = "
=
=
1.0
.
0
"
[dev-packages]
[dev-packages]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment