chore: use BACKEND_PORT
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user