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
5b74ed48fd
commit
01e404c6d8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
View File
@ -14,7 +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
add
user nginx
RUN
user
add
nginx
RUN
chgrp -R
0
./app
&&
chmod -R
g
=
u ./app
RUN
chown -R nginx:0 /var/cache/nginx
&&
\
Write
Preview
Loading…
Cancel
Save