aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2026-01-30 13:26:40 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2026-01-30 13:27:33 +0100
commit1f0fb7d9bca9c0e7d420baf2ab8c07f060729d4c (patch)
tree6de4b7d71c1d21cdde575363c9615b3cd6e83ee0 /Containerfile
parentf91c2b1c3626c7dacbcdf0c8f5d2526737dae53d (diff)
Listen on all interfaces
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile
index 7b2672f..fe8702e 100644
--- a/Containerfile
+++ b/Containerfile
@@ -13,4 +13,4 @@ WORKDIR /app
RUN npm install -g serve
COPY --from=build /app/dist ./dist
EXPOSE 3000
-CMD ["serve", "-s", "dist", "-l", "8991"]
+CMD ["serve", "-s", "dist", "-l", "tcp://0.0.0.0:8991"]