try again

This commit is contained in:
2025-03-16 15:31:11 +08:00
parent 4fd8a637a6
commit 16f786c6e2
5 changed files with 39 additions and 2 deletions

View File

@@ -14,4 +14,5 @@ RUN npm run build
EXPOSE 3000
CMD [ "serve", "-s", "dist" ]
# Bind to all network interfaces, not just localhost
CMD [ "serve", "-s", "dist", "-l", "tcp://0.0.0.0:3000" ]