first commit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Bring in the microbot
|
||||
COPY html /usr/share/nginx/html
|
||||
COPY start_nginx.sh /
|
||||
|
||||
# Run nginx
|
||||
CMD /start_nginx.sh
|
Reference in New Issue
Block a user