Spaces:
Sleeping
Sleeping
Commit ·
9045d43
1
Parent(s): 536551b
Deploy Pathora Viewer: tile server, viewer components, and root app.py (#4)
Browse files- Deploy Pathora Viewer: tile server, viewer components, and root app.py (dd340c9fe4f9c2cdb806897b6741b1268654be08)
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# -----------------------------
|
| 2 |
-
# 1️⃣ Build Frontend (cache-bust
|
| 3 |
# -----------------------------
|
| 4 |
FROM node:18-bullseye AS frontend-builder
|
| 5 |
WORKDIR /app/frontend
|
|
|
|
| 1 |
# -----------------------------
|
| 2 |
+
# 1️⃣ Build Frontend (cache-bust 2026-02-13)
|
| 3 |
# -----------------------------
|
| 4 |
FROM node:18-bullseye AS frontend-builder
|
| 5 |
WORKDIR /app/frontend
|