Añadir Dockerfile nginx para servir la landing B2B nueva
Sirve index.html + assets (fuentes woff2 e imágenes webp) para desplegar la landing como app estática en Dokploy. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
4
mvp/b2b/Dockerfile
Normal file
4
mvp/b2b/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM nginx:alpine
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
COPY assets /usr/share/nginx/html/assets
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user