add astro node adapter and switch to port 4343
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user