Started working on moving to torch
This commit is contained in:
6
DockerfileNginxDev
Normal file
6
DockerfileNginxDev
Normal file
@@ -0,0 +1,6 @@
|
||||
# vi: ft=dockerfile
|
||||
FROM docker.io/nginx
|
||||
|
||||
ADD nginx.dev.conf /nginx.conf
|
||||
|
||||
CMD ["nginx", "-c", "/nginx.conf", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user