This website works better with JavaScript.
Home
Explore
Help
Sign In
sindre
/
Beelance
Watch
1
Star
0
Fork
0
Code
Issues
6
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Upgrade pip on build
pull/33/head
Sindre Stephansen
5 years ago
parent
9738a31915
commit
09ef868038
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/Dockerfile
+ 1
- 0
src/Dockerfile
View File
@@ -11,6 +11,7 @@ WORKDIR /app
ENV PYTHONPATH=/app
# Install python dependencies
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt
# Move the base entrypoint to reuse it
Write
Preview
Loading…
Cancel
Save