8 Commits

Author SHA1 Message Date
a9f15dd25e fix: run container on port 80 to match Dokploy domain routing (fixes 502)
Dokploy domains were configured to route to internal port 80, but the
Node standalone server listened on 3000, causing Bad Gateway. Align
the container's PORT/EXPOSE with Dokploy's routing instead.
2026-07-14 11:24:54 +05:30
8f730005c2 fix docker and nginx file 2026-07-14 11:10:20 +05:30
46f70815af gateway issue 2026-07-14 11:06:01 +05:30
1a9a20f5d9 fix: install linux-musl sharp binaries in Docker (fixes 502 on Alpine)
The standalone build runs on macOS and bundles darwin-arm64 native
sharp binaries. These crash immediately on the Alpine Linux container,
causing the Node process to exit and Dokploy's reverse proxy to return
a 502 Bad Gateway.

This adds a RUN step to remove the macOS binaries and install the
correct @img/sharp-linuxmusl-x64 package at build time.
2026-07-14 10:52:06 +05:30
3917d58464 fix update build 2026-07-14 10:40:44 +05:30
d8083177ce fix: switch to nginx for static export serving (fixes 502) 2026-07-13 19:12:25 +05:30
d61aeac2bf update docker file 2026-07-13 18:00:03 +05:30
a22a19d8fc initialising the build for the doormile site 2026-06-04 15:01:54 +05:30