add astro node adapter and switch to port 4343

This commit is contained in:
2026-01-09 15:06:38 -08:00
parent 9e64b495a1
commit 6fe249d8b2
4 changed files with 150 additions and 3 deletions
+2 -2
View File
@@ -7,6 +7,6 @@ RUN npm install
RUN npm run build
ENV HOST=0.0.0.0
ENV PORT=4321
EXPOSE 4321
ENV PORT=4343
EXPOSE 4343
CMD node ./dist/server/entry.mjs