add copilot dockerfile

This commit is contained in:
ramnique 2025-01-14 11:20:52 +05:30
parent a19dedd59f
commit 1d20e2cb97
4 changed files with 26 additions and 1 deletions

View file

@ -63,4 +63,5 @@ ENV PORT=3000
# server.js is created by next build from the standalone output
# https://nextjs.org/docs/pages/api-reference/config/next-config-js/output
ENV HOSTNAME="0.0.0.0"
ENV PORT=3000
CMD ["node", "server.js"]