BinaryONe commited on
Commit
d897b39
·
1 Parent(s): 07dc4f3

Nginx Changes-Over Alpine

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,5 +45,5 @@ RUN touch /run/openrc/softlevel
45
  USER user
46
 
47
  # Start Nginx and your application (using exec and the correct Python path)
48
- CMD ["sh", "-c", "rc-service nginx reload"]
49
  #&& exec /app/venv/bin/python -u -m FileStream
 
45
  USER user
46
 
47
  # Start Nginx and your application (using exec and the correct Python path)
48
+ CMD ["sh", "-c", "rc-service nginx start"]
49
  #&& exec /app/venv/bin/python -u -m FileStream