Set outer ports in .env

This commit is contained in:
cdricms
2025-01-14 14:10:40 +01:00
parent fd834ea84a
commit 8aadc810d1
5 changed files with 26 additions and 17 deletions

View File

@@ -20,8 +20,5 @@ RUN mv .next/standalone/server.js .next/standalone/server.cjs
RUN rm -r ./node_modules
# Expose the default Next.js port
EXPOSE 3000
# Start the Next.js app
CMD ["deno", "run", "--allow-env", "--allow-read", "--allow-sys", "--allow-net", ".next/standalone/server.cjs"]