snapshot
This commit is contained in:
11
sketches/doorbell/Dockerfile
Normal file
11
sketches/doorbell/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Copy your cocaine chic doorbell UI
|
||||
COPY doorbell.html /usr/share/nginx/html/index.html
|
||||
|
||||
# Optional: custom nginx config for SPA behavior
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user