host1syan commited on
Commit
bc9816f
·
verified ·
1 Parent(s): 94065ee

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ FROM corentinth/it-tools:latest
2
+ RUN sed -i 's/listen 80;/listen 8080;/g' /etc/nginx/conf.d/default.conf
3
+ EXPOSE 8080