chore: use BACKEND_PORT

This commit is contained in:
amhsirak
2024-12-11 14:06:08 +05:30
parent 08f8684b98
commit a2b8776201

View File

@@ -16,7 +16,7 @@ COPY vite.config.js ./
COPY tsconfig.json ./
# Expose the frontend port
EXPOSE 5173
EXPOSE ${FRONTEND_PORT:-5173}
# Start the frontend using the client script
CMD ["npm", "run", "client", "--", "--host"]