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
Actualizar 'Dockerfile'
main
creylopez
10 months ago
parent
aa1e18c438
commit
5b74ed48fd
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
Dockerfile
+ 0
- 2
Dockerfile
View File
@ -14,9 +14,7 @@ RUN ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/
# copy the django code
COPY
./src ./app
RUN
addgroup nginx
RUN
adduser nginx
RUN
usermod -a nginx nginx
RUN
chgrp -R
0
./app
&&
chmod -R
g
=
u ./app
RUN
chown -R nginx:0 /var/cache/nginx
&&
\
Write
Preview
Loading…
Cancel
Save