feat: app icon and readme
This commit is contained in:
@@ -25,7 +25,7 @@ FROM nginx:alpine
|
|||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
# Copy built static site
|
# Copy built static site
|
||||||
COPY --from=builder /app/.output/public /usr/share/nginx/html
|
COPY --from=builder /app/.output/public /usr/share/nginx/html/kompose
|
||||||
|
|
||||||
# Add healthcheck
|
# Add healthcheck
|
||||||
# HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
|
# HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
|
||||||
|
|||||||
@@ -62,8 +62,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Handle SPA routing
|
# Handle SPA routing
|
||||||
location /kompose {
|
location / {
|
||||||
alias /usr/share/nginx/html;
|
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user