This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
djangotutorial
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Nuevos cambios en Dockerfile
main
Celestino Rey
11 months ago
parent
5c958d53cf
commit
138b1b523a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Dockerfile
+ 1
- 0
Dockerfile
View File
@ -7,6 +7,7 @@ ADD . .
#USER 1001
# Install the dependencies
RUN
apt-get update
&&
apt-get install -y sqlite3 netcat vim
RUN
pip install -U
"pip>=19.3.1"
&&
\
pip install -r requirements.txt
&&
\
# python manage.py collectstatic --noinput && \
Write
Preview
Loading…
Cancel
Save