chore: use BACKEND_PORT

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

View File

@@ -50,7 +50,7 @@ RUN apt-get update && apt-get install -y \
# RUN chmod +x ./start.sh
# Expose the backend port
EXPOSE 8080
EXPOSE ${BACKEND_PORT:-8080}
# Start the backend using the start script
CMD ["npm", "run", "server"]